Skip to content

Commit

Permalink
Clean up data/*; add FAQ and About pages, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
softmoth committed Jul 9, 2011
1 parent 4d3f6b5 commit b79c3ea
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 23 deletions.
1 change: 1 addition & 0 deletions data/articles/About
@@ -0,0 +1 @@
["164992"]
1 change: 0 additions & 1 deletion data/articles/Another_Page

This file was deleted.

1 change: 1 addition & 0 deletions data/articles/FAQ
@@ -0,0 +1 @@
["16571"]
3 changes: 2 additions & 1 deletion data/articles/Main_Page
@@ -1 +1,2 @@
["0"]
["0", "404869.874449968338", "634664.2746"]

1 change: 0 additions & 1 deletion data/articles/Not_Yet_Created_Page

This file was deleted.

Empty file.
2 changes: 1 addition & 1 deletion data/index
@@ -1 +1 @@
["Main_Page", "Another_Page", "Not_Yet_Created_Page"]
["Main_Page", "About", "FAQ"]
1 change: 1 addition & 0 deletions data/modifications/164992
@@ -0,0 +1 @@
["About", "This wiki is a test bed application for Perl 6 web development libraries, and Perl 6 implementations.\n\nSee [http://github.com/viklund/november/] for the sources. Contributions are welcome—come find us on irc.freenode.net at #perl6!\n\n\nIf you want to log in and play around with editing files, there is a hard-coded users database in the sources. Look at the file data/users in the november repo. User registration coming soon*!", "someone", "Add a simple About page", 1310164991]
1 change: 1 addition & 0 deletions data/modifications/16571
@@ -0,0 +1 @@
["FAQ", "''Larry Wall: You should not take this picture to mean that linguistics is the opposite of common sense. But ehm, there are many computer scientists, who have complained that it should be more like engineering and less like an art. And I disagree. But that's okay.''\n\n== Excerpt from the ''Language Design'' Tablet ==\n\nThe complete text can be found at [http://www.perlfoundation.org/perl6/index.cgi?perl_6_language_design_tablet].\n\n== Main Goal ==\n\nEnjoy Life and enjoy the freedom of expressing yourself. Which means: support you as much as possible and not to force you in any way. Perl 6 likes to be even better than Perl 5, your humble servant for translating your thoughts into binary code (if possible).\n\n== Strategy ==\n\nEvery style and level of expertise has to be supported and even more difficult: all of them have to play together well. The default often imitates a natural language (i.e. english). Strategies and concepts for this are coined in several often repeated terms.\n\n\n", "someone", "basic FAQ page so there's something to look at", 1310165701]
9 changes: 0 additions & 9 deletions data/modifications/634563.8638

This file was deleted.

5 changes: 0 additions & 5 deletions data/modifications/675369.6168

This file was deleted.

1 change: 1 addition & 0 deletions data/page_tags/About
@@ -0,0 +1 @@
github, source, perl 6, rakudo
1 change: 0 additions & 1 deletion data/page_tags/Another_Page

This file was deleted.

1 change: 1 addition & 0 deletions data/page_tags/FAQ
@@ -0,0 +1 @@
faq, stub
2 changes: 1 addition & 1 deletion data/recent-changes
@@ -1 +1 @@
["675369.6168", "634664.2746", "634563.8638"]
["16571", "164992", "0", "404869.874449968338", "634664.2746"]
2 changes: 1 addition & 1 deletion data/sessions
@@ -1 +1 @@
{"673364.989" => {"user_name" => "johan"}, "673766.5765" => {"user_name" => "johan"}}
{}
2 changes: 1 addition & 1 deletion data/tags_count
@@ -1 +1 @@
{ "wiki" => "1", "perl 6" => 2, "november" => 1, "rakudo" => 1, "fun!" => 2 }
{"wiki" => "1", "perl 6" => 2, "november" => 1, "rakudo" => 2, "fun!" => 1, "github" => 1, "source" => 1, "faq" => 1, "stub" => 1}
2 changes: 1 addition & 1 deletion data/tags_index
@@ -1 +1 @@
{ "rakudo" => [ "Main_Page" ], "wiki" => [ "Main_Page" ], "november" => ["Main_Page"], "perl 6" => ["Main_Page", "Another_Page"], "fun!" => ["Main_Page", "Another_Page"] }
{"rakudo" => ["Main_Page", "About"], "wiki" => ["Main_Page"], "november" => ["Main_Page"], "perl 6" => ["Main_Page", "About"], "fun!" => ["Main_Page"], "github" => ["About"], "source" => ["About"], "faq" => ["FAQ"], "stub" => ["FAQ"]}

0 comments on commit b79c3ea

Please sign in to comment.