File tree 2 files changed +35
-0
lines changed
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ Planet Clojure
2
+ ==============
3
+
4
+ This is the source code of [ Planet Clojure] ( http://planet.clojure.in ) .
5
+
6
+ Planet Clojure runs on [ Venus] ( http://intertwingly.net/code/venus/ ) which is
7
+ written in [ Python] ( http://python.org/ ) (a * fine* programming language).
8
+
9
+ The template of Planet Clojure was designed by
10
+ [ Brajeshwar] ( http://brajeshwar.com ) ; so all credit goes to him.
11
+
12
+
13
+ Adding yourself to Planet Clojure
14
+ ---------------------------------
15
+
16
+ If you have a blog on Clojure and want to feature on Planet Clojure,
17
+ fork this project on Github, edit the file ` clojure/config.ini ` and
18
+ add your blog feed URL and your name in the following format -
19
+
20
+ [http://path/to/your/blog/feed/]
21
+ name = Your Name
22
+
23
+ After you are done, commit the change to your repository and send me a
24
+ pull request. I will be happy to add you to Planet Clojure.
25
+
26
+ Note: Please add the feed which contains only those posts which are
27
+ Clojure/Lisp related. As a policy we do not put generic feeds on Planet
28
+ Clojure.
29
+
30
+ Reporting Bugs
31
+ --------------
32
+
33
+ If you have an issue with the design or even Planet, feel free to send
34
+ me pull requests of your fixes. I will be happy to merge those into
35
+ my tree.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments