[svn:parrot] r47682 - branches/html_cleanup/docs/index
coke at svn.parrot.org
coke at svn.parrot.org
Fri Jun 18 03:18:00 UTC 2010
Author: coke
Date: Fri Jun 18 03:18:00 2010
New Revision: 47682
URL: https://trac.parrot.org/parrot/changeset/47682
Log:
type was always group, no need to specify it.
Modified:
branches/html_cleanup/docs/index/developer.json
branches/html_cleanup/docs/index/index.json
branches/html_cleanup/docs/index/ops.json
branches/html_cleanup/docs/index/pct_tutorial.json
branches/html_cleanup/docs/index/pdds.json
branches/html_cleanup/docs/index/pmcs.json
branches/html_cleanup/docs/index/tools.json
Modified: branches/html_cleanup/docs/index/developer.json
==============================================================================
--- branches/html_cleanup/docs/index/developer.json Fri Jun 18 02:31:41 2010 (r47681)
+++ branches/html_cleanup/docs/index/developer.json Fri Jun 18 03:18:00 2010 (r47682)
@@ -10,12 +10,10 @@
"docs/embed.pod",
"docs/porting_intro.pod"
],
- "type" : "group",
"title" : "Internals"
},
{
"source" : "docs/dev/*",
- "type" : "group",
"title" : "Development Notes"
},
{
@@ -25,7 +23,6 @@
"docs/pmc/struct.pod",
"docs/pmc/subs.pod"
],
- "type" : "group",
"title" : "Articles"
}
],
Modified: branches/html_cleanup/docs/index/index.json
==============================================================================
--- branches/html_cleanup/docs/index/index.json Fri Jun 18 02:31:41 2010 (r47681)
+++ branches/html_cleanup/docs/index/index.json Fri Jun 18 03:18:00 2010 (r47682)
@@ -12,7 +12,6 @@
"docs/glossary.pod",
"docs/project/support_policy.pod"
],
- "type" : "group",
"title" : "Introduction"
},
{
@@ -22,7 +21,6 @@
"docs/gettingstarted.pod",
"docs/submissions.pod"
],
- "type" : "group",
"title" : "Working with Parrot"
},
{
@@ -33,7 +31,6 @@
"docs/book/pct/ch05_nqp.pod",
"docs/compiler_faq.pod"
],
- "type" : "group",
"title" : "Implementing Languages on Parrot"
},
{
@@ -46,21 +43,18 @@
":tools",
"editor/README.pod"
],
- "type" : "group",
"title" : "Design, Internals & Development"
},
{
"source" : [
"docs/book/pir/*"
],
- "type" : "group",
"title" : "PIR Book"
},
{
"source" : [
"docs/book/pir/*"
],
- "type" : "group",
"title" : "PCT Book"
}
],
Modified: branches/html_cleanup/docs/index/ops.json
==============================================================================
--- branches/html_cleanup/docs/index/ops.json Fri Jun 18 02:31:41 2010 (r47681)
+++ branches/html_cleanup/docs/index/ops.json Fri Jun 18 03:18:00 2010 (r47682)
@@ -3,12 +3,10 @@
"content" : [
{
"source" : "src/ops/*.ops",
- "type" : "group",
"title" : "Opcode Libraries"
},
{
"source" : "src/dynoplibs/*.ops",
- "type" : "group",
"title" : "Dynamic Opcode Libraries"
}
],
Modified: branches/html_cleanup/docs/index/pct_tutorial.json
==============================================================================
--- branches/html_cleanup/docs/index/pct_tutorial.json Fri Jun 18 02:31:41 2010 (r47681)
+++ branches/html_cleanup/docs/index/pct_tutorial.json Fri Jun 18 03:18:00 2010 (r47682)
@@ -13,7 +13,6 @@
"examples/languages/squaak/doc/tutorial_episode_8.pod",
"examples/languages/squaak/doc/tutorial_episode_9.pod"
],
- "type" : "group",
"title" : "Tutorial of Parrot Compiler Tools"
}
],
Modified: branches/html_cleanup/docs/index/pdds.json
==============================================================================
--- branches/html_cleanup/docs/index/pdds.json Fri Jun 18 02:31:41 2010 (r47681)
+++ branches/html_cleanup/docs/index/pdds.json Fri Jun 18 03:18:00 2010 (r47682)
@@ -3,7 +3,6 @@
"content" : [
{
"source" : "docs/pdds/**",
- "type" : "group",
"title" : "Design Documents"
}
],
Modified: branches/html_cleanup/docs/index/pmcs.json
==============================================================================
--- branches/html_cleanup/docs/index/pmcs.json Fri Jun 18 02:31:41 2010 (r47681)
+++ branches/html_cleanup/docs/index/pmcs.json Fri Jun 18 03:18:00 2010 (r47682)
@@ -5,7 +5,6 @@
"source" : [
"tools/dev/gen_class.pl"
],
- "type" : "group",
"title" : "Tools"
},
{
@@ -13,12 +12,10 @@
"src/pmc/default.pmc",
"src/pmc/scalar.pmc"
],
- "type" : "group",
"title" : "Abstract PMCs"
},
{
"source" : "src/pmc/*.pmc",
- "type" : "group",
"title" : "Abstract PMCs",
"exclude" : [
"src/pmc/default.pmc",
@@ -27,7 +24,6 @@
},
{
"source" : "src/dynpmc/*.pmc",
- "type" : "group",
"title" : "Dynamic PMCs"
}
],
Modified: branches/html_cleanup/docs/index/tools.json
==============================================================================
--- branches/html_cleanup/docs/index/tools.json Fri Jun 18 02:31:41 2010 (r47681)
+++ branches/html_cleanup/docs/index/tools.json Fri Jun 18 03:18:00 2010 (r47682)
@@ -7,7 +7,6 @@
"tools/build/vtable_h.pl",
"tools/build/vtable_extend.pl"
],
- "type" : "group",
"title" : "Configuration"
},
{
@@ -21,7 +20,6 @@
"tools/dev/symlink.pl",
"tools/dev/mk_native_pbc"
],
- "type" : "group",
"title" : "Building"
},
{
@@ -30,7 +28,6 @@
"tools/dev/manicheck.pl",
"docs/tests.pod"
],
- "type" : "group",
"title" : "Testing"
},
{
@@ -39,7 +36,6 @@
"tools/dev/parrot_coverage.pl",
"tools/docs/write_docs.pl"
],
- "type" : "group",
"title" : "Documentation"
},
{
@@ -47,7 +43,6 @@
"tools/dev/bench_op.pir",
"tools/dev/parrotbench.pl"
],
- "type" : "group",
"title" : "Benchmarking"
},
{
@@ -58,7 +53,6 @@
"tools/util/ncidef2pasm.pl",
"tools/dev/pbc_header.pl"
],
- "type" : "group",
"title" : "Utilities"
},
{
@@ -66,7 +60,6 @@
"docs/debug.pod",
"docs/debugger.pod"
],
- "type" : "group",
"title" : "Debugging"
}
],
More information about the parrot-commits
mailing list