From b79c3ea7f6a007d5405f04a5055fabd7f684971b Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 8 Jul 2011 18:33:48 -0600 Subject: [PATCH] Clean up data/*; add FAQ and About pages, etc. --- data/articles/About | 1 + data/articles/Another_Page | 1 - data/articles/FAQ | 1 + data/articles/Main_Page | 3 ++- data/articles/Not_Yet_Created_Page | 1 - data/cache/intentionally-left-blank | 0 data/index | 2 +- data/modifications/164992 | 1 + data/modifications/16571 | 1 + data/modifications/634563.8638 | 9 --------- data/modifications/675369.6168 | 5 ----- data/page_tags/About | 1 + data/page_tags/Another_Page | 1 - data/page_tags/FAQ | 1 + data/recent-changes | 2 +- data/sessions | 2 +- data/tags_count | 2 +- data/tags_index | 2 +- 18 files changed, 13 insertions(+), 23 deletions(-) create mode 100644 data/articles/About delete mode 100644 data/articles/Another_Page create mode 100644 data/articles/FAQ delete mode 100644 data/articles/Not_Yet_Created_Page delete mode 100644 data/cache/intentionally-left-blank create mode 100644 data/modifications/164992 create mode 100644 data/modifications/16571 delete mode 100644 data/modifications/634563.8638 delete mode 100644 data/modifications/675369.6168 create mode 100644 data/page_tags/About delete mode 100644 data/page_tags/Another_Page create mode 100644 data/page_tags/FAQ diff --git a/data/articles/About b/data/articles/About new file mode 100644 index 0000000..be91b77 --- /dev/null +++ b/data/articles/About @@ -0,0 +1 @@ +["164992"] diff --git a/data/articles/Another_Page b/data/articles/Another_Page deleted file mode 100644 index 574d42e..0000000 --- a/data/articles/Another_Page +++ /dev/null @@ -1 +0,0 @@ -["675369.6168"] diff --git a/data/articles/FAQ b/data/articles/FAQ new file mode 100644 index 0000000..04dfda1 --- /dev/null +++ b/data/articles/FAQ @@ -0,0 +1 @@ +["16571"] diff --git a/data/articles/Main_Page b/data/articles/Main_Page index d220209..da0e648 100644 --- a/data/articles/Main_Page +++ b/data/articles/Main_Page @@ -1 +1,2 @@ -["0"] +["0", "404869.874449968338", "634664.2746"] + diff --git a/data/articles/Not_Yet_Created_Page b/data/articles/Not_Yet_Created_Page deleted file mode 100644 index 7f05105..0000000 --- a/data/articles/Not_Yet_Created_Page +++ /dev/null @@ -1 +0,0 @@ -["634563.8638"] diff --git a/data/cache/intentionally-left-blank b/data/cache/intentionally-left-blank deleted file mode 100644 index e69de29..0000000 diff --git a/data/index b/data/index index 2fbbb5f..556a11f 100644 --- a/data/index +++ b/data/index @@ -1 +1 @@ -["Main_Page", "Another_Page", "Not_Yet_Created_Page"] +["Main_Page", "About", "FAQ"] diff --git a/data/modifications/164992 b/data/modifications/164992 new file mode 100644 index 0000000..72bef68 --- /dev/null +++ b/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] diff --git a/data/modifications/16571 b/data/modifications/16571 new file mode 100644 index 0000000..302b30a --- /dev/null +++ b/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] diff --git a/data/modifications/634563.8638 b/data/modifications/634563.8638 deleted file mode 100644 index b45f8b2..0000000 --- a/data/modifications/634563.8638 +++ /dev/null @@ -1,9 +0,0 @@ -[ - 'Not_Yet_Created_Page', - 'Aaarhg! I created it! :) - -That\'s ok, there are other not yet created pages... - -Adding some more stuff, destroying the beautiful ideal of this page even more.', - 'johan' -] diff --git a/data/modifications/675369.6168 b/data/modifications/675369.6168 deleted file mode 100644 index b41778d..0000000 --- a/data/modifications/675369.6168 +++ /dev/null @@ -1,5 +0,0 @@ -[ - 'Another_Page', - 'Here\' that other page we were talking about. Now that you\'ve seen it, maybe you\'d like to head back to the [[Main_Page]].', - 'carl' -] diff --git a/data/page_tags/About b/data/page_tags/About new file mode 100644 index 0000000..13c2309 --- /dev/null +++ b/data/page_tags/About @@ -0,0 +1 @@ +github, source, perl 6, rakudo diff --git a/data/page_tags/Another_Page b/data/page_tags/Another_Page deleted file mode 100644 index 6e1f956..0000000 --- a/data/page_tags/Another_Page +++ /dev/null @@ -1 +0,0 @@ -perl 6, fun! diff --git a/data/page_tags/FAQ b/data/page_tags/FAQ new file mode 100644 index 0000000..e90803f --- /dev/null +++ b/data/page_tags/FAQ @@ -0,0 +1 @@ +faq, stub diff --git a/data/recent-changes b/data/recent-changes index 5abf4a4..a3073ee 100644 --- a/data/recent-changes +++ b/data/recent-changes @@ -1 +1 @@ -["675369.6168", "634664.2746", "634563.8638"] +["16571", "164992", "0", "404869.874449968338", "634664.2746"] diff --git a/data/sessions b/data/sessions index 8f4f720..0967ef4 100644 --- a/data/sessions +++ b/data/sessions @@ -1 +1 @@ -{"673364.989" => {"user_name" => "johan"}, "673766.5765" => {"user_name" => "johan"}} +{} diff --git a/data/tags_count b/data/tags_count index c4f9b1b..07361c2 100644 --- a/data/tags_count +++ b/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} diff --git a/data/tags_index b/data/tags_index index 73c2dc7..4611939 100644 --- a/data/tags_index +++ b/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"]}