Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1391)

Side by Side Diff: ROADMAP

Issue 106160043: Doc: Updated Roadmap text file (Closed)
Patch Set: Created 9 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Prebuilt Documentation and packages are available from: 1 Prebuilt Documentation and packages are available from:
2 2
3 http://www.lilypond.org 3 http://www.lilypond.org
4 4
5 LilyPond development is hosted at: 5 LilyPond development is hosted at:
6 6
7 http://savannah.gnu.org/projects/lilypond 7 http://savannah.gnu.org/projects/lilypond
8 8
9 Here is a simple explanation of the directory layout for 9 Here is a simple explanation of the directory layout for
10 LilyPond's source files. 10 LilyPond's source files.
11 11
12 12
13 . Toplevel READMEs, ChangeLog, 13 . Toplevel READMEs, ChangeLog,
14 | build bootstrapping, patches 14 | build bootstrapping, patches
15 | for third party programs 15 | for third party programs
16 | 16 |
17 |-- Documentation/ Top sources for manuals 17 |-- Documentation/ Top sources for most of the manuals
18 | | 18 | |
19 | | 19 | |
20 | | INDIVIDUAL CHAPTERS FOR EACH MANUAL: 20 | | INDIVIDUAL CHAPTERS FOR EACH MANUAL:
21 | | Note: The Snippets and Internals manual are auto-generated
Mark Polesky 2014/06/27 03:15:54 I might say: Note: "Snippets" and "Internals Ref
pkx166h 2014/06/28 10:44:04 Done.
22 | | during the Documentation Build process.
23 | |
21 | | 24 | |
22 | |-- contributor/ Contributor's Guide 25 | |-- contributor/ Contributor's Guide
23 | |-- essay/ Essay on automated music engraving 26 | |-- essay/ Essay on automated music engraving
24 | |-- extending/ Extending 27 | |-- extending/ Extending the functionality of LilyPond
25 | |-- learning/ Learning Manual 28 | |-- learning/ Learning Manual
26 | |-- notation/ Notation Reference 29 | |-- notation/ Notation Reference
27 | |-- usage/ Usage 30 | |-- usage/ How to execute all the programs distributed with LilyPo nd
Mark Polesky 2014/06/27 03:15:54 If you change "programs distributed with" to "prog
pkx166h 2014/06/28 10:44:04 Done.
28 | |-- web/ The website 31 | |-- web/ The website
29 | | 32 | |
30 | | 33 | |
31 | | TRANSLATED MANUALS: 34 | | TRANSLATED MANUALS:
32 | | Each language's directory can contain... 35 | | Each language's directory can contain...
33 | | 1) translated versions of: 36 | | 1) translated versions of:
34 | | * top sources for manuals 37 | | * top sources for manuals
35 | | * individual chapters for each manual 38 | | * individual chapters for each manual
36 | | 2) a texidocs/ directory for snippet translations 39 | | 2) a texidocs/ directory for snippet translations
37 | | 40 | |
41 | |-- ca/ Catalan
38 | |-- cs/ Czech 42 | |-- cs/ Czech
39 | |-- de/ German 43 | |-- de/ German
40 | |-- es/ Spanish 44 | |-- es/ Spanish
41 | |-- fr/ French 45 | |-- fr/ French
42 | |-- hu/ Hungarian 46 | |-- hu/ Hungarian
43 | |-- it/ Italian 47 | |-- it/ Italian
44 | |-- ja/ Japanese 48 | |-- ja/ Japanese
45 | |-- nl/ Dutch 49 | |-- nl/ Dutch
46 | |-- zh/ Chinese 50 | |-- zh/ Chinese
47 | | 51 | |
48 | | 52 | |
49 | | MISCELLANEOUS DOC STUFF: 53 | | MISCELLANEOUS DOC STUFF:
50 | | 54 | |
51 | |-- css/ CSS files for HTML docs 55 | |-- css/ CSS files for HTML docs
52 | |-- included/ .ly files used in the manuals 56 | |-- included/ .ly files used in the manuals
53 | |-- logo/ Web logo and "note" icon 57 | |-- logo/ Web logo and "note" icon
54 | |-- ly-examples/ .ly files for the "Examples" webpage 58 | |-- ly-examples/ .ly files for the "Examples" webpage
55 | |-- misc/ Old announcements, ChangeLogs and NEWS 59 | |-- misc/ Old announcements, ChangeLogs and NEWS
56 | |-- pictures/ Images used (eps/jpg/png/svg) 60 | |-- pictures/ Images used (eps/jpg/png/svg)
57 | | `-- pdf/ (pdf) 61 | | `-- pdf/ (pdf)
58 | |-- po/ Translated build/maintenance scripts 62 | |-- po/ Translated build/maintenance scripts
59 | |-- snippets/ Auto-generated .ly snippets (from the LSR) 63 | |-- snippets/ Auto-generated .ly snippets (from the LSR and ../new/.)
Mark Polesky 2014/06/27 03:15:54 Technically it should be "./new/" instead of "../n
pkx166h 2014/06/28 10:44:04 Done.
60 | | `-- new/ Snippets too new for the LSR 64 | | `-- new/ Snippets too new for the LSR
61 | `-- topdocs/ AUTHORS, INSTALL, README 65 | `-- topdocs/ AUTHORS, INSTALL, README
62 | 66 |
63 | 67 |
64 | C++ SOURCES: 68 | C++ SOURCES:
65 | 69 |
66 |-- flower/ A simple C++ library 70 |-- flower/ A simple C++ library
67 |-- lily/ C++ sources for the LilyPond binary 71 |-- lily/ C++ sources for the LilyPond binary
68 | 72 |
69 | 73 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 | |-- lilypond-book/ lilypond-book regression tests 105 | |-- lilypond-book/ lilypond-book regression tests
102 | |-- midi/ midi2ly regression tests 106 | |-- midi/ midi2ly regression tests
103 | `-- musicxml/ .xml and .itexi regression tests 107 | `-- musicxml/ .xml and .itexi regression tests
104 | 108 |
105 | 109 |
106 | MISCELLANEOUS: 110 | MISCELLANEOUS:
107 | 111 |
108 |-- elisp/ Emacs LilyPond mode and syntax coloring 112 |-- elisp/ Emacs LilyPond mode and syntax coloring
109 |-- vim/ Vi(M) LilyPond mode and syntax coloring 113 |-- vim/ Vi(M) LilyPond mode and syntax coloring
110 `-- po/ Translations for binaries and end-user scripts 114 `-- po/ Translations for binaries and end-user scripts
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b