• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

source/H03-Mar-2022-348,618343,094

util/H03-Mar-2022-1410

AllLangPackage_autotextshare.mkH A D03-Mar-20223.8 KiB187174

CustomTarget_autocorr.mkH A D03-Mar-20228.5 KiB296268

CustomTarget_autotextshare.mkH A D03-Mar-2022142.8 KiB4,5344,502

CustomTarget_autotextuser.mkH A D03-Mar-20223.3 KiB8051

CustomTarget_gallsystem.mkH A D03-Mar-20221.8 KiB3718

CustomTarget_glade.mkH A D03-Mar-20221 KiB3013

CustomTarget_opensymbol.mkH A D03-Mar-2022967 2614

CustomTarget_tpl_styles.mkH A D03-Mar-20225.1 KiB12187

CustomTarget_tpldraw.mkH A D03-Mar-20224.7 KiB11278

CustomTarget_tplofficorr.mkH A D03-Mar-20225.5 KiB12086

CustomTarget_tploffimisc.mkH A D03-Mar-20225.2 KiB11581

CustomTarget_tplpersonal.mkH A D03-Mar-20225.2 KiB12086

CustomTarget_tplpresnt.mkH A D03-Mar-202213.1 KiB314283

Gallery_backgrounds.mkH A D03-Mar-20222.8 KiB6148

Gallery_sound.mkH A D03-Mar-20222 KiB5238

MakefileH A D03-Mar-2022225 82

Module_extras.mkH A D03-Mar-20221.7 KiB7760

Package_autocorr.mkH A D03-Mar-20221.4 KiB6451

Package_autotextuser.mkH A D03-Mar-2022581 174

Package_cfgsrvnolang.mkH A D03-Mar-2022849 2613

Package_cfgusr.mkH A D03-Mar-2022542 174

Package_database.mkH A D03-Mar-2022557 185

Package_databasebiblio.mkH A D03-Mar-2022574 185

Package_fonts.mkH A D03-Mar-2022628 173

Package_gallbullets.mkH A D03-Mar-20222.3 KiB10895

Package_gallmytheme.mkH A D03-Mar-2022543 165

Package_gallroot.mkH A D03-Mar-2022587 218

Package_gallsystem.mkH A D03-Mar-2022771 217

Package_gallsystemstr.mkH A D03-Mar-2022796 195

Package_glade.mkH A D03-Mar-2022577 152

Package_labels.mkH A D03-Mar-2022529 152

Package_newfiles.mkH A D03-Mar-2022600 207

Package_palettes.mkH A D03-Mar-2022829 3522

Package_resource_fonts.mkH A D03-Mar-2022641 173

Package_tpl_styles.mkH A D03-Mar-2022614 196

Package_tpldraw.mkH A D03-Mar-2022576 174

Package_tplofficorr.mkH A D03-Mar-2022654 185

Package_tploffimisc.mkH A D03-Mar-2022607 174

Package_tplpersonal.mkH A D03-Mar-2022606 185

Package_tplpresnt.mkH A D03-Mar-2022957 3926

Package_tplwizagenda.mkH A D03-Mar-2022947 3623

Package_tplwizbitmap.mkH A D03-Mar-2022931 3623

Package_tplwizdesktop.mkH A D03-Mar-2022591 185

Package_tplwizfax.mkH A D03-Mar-2022741 2411

Package_tplwizletter.mkH A D03-Mar-2022794 2613

Package_tplwizreport.mkH A D03-Mar-20221.1 KiB4532

Package_tplwizstyles.mkH A D03-Mar-2022829 3421

Package_wordbook.mkH A D03-Mar-2022588 218

Personas.mkH A D03-Mar-20221.2 KiB3316

README.mdH A D03-Mar-20223.8 KiB6456

README.md

1# Extra Modules
2
3Contains templates, clipart galleries, palettes, symbol font, autocorrections, autotexts etc.
4
5+ How-to add a new gallery:
6	+ create a directory `extras/source/gallery/foo/`
7	+ create a `.str` file `extras/source/gallery/foo/foo.str`
8	+ add a `foo` section to `extras/source/gallery/share/gallery_names.ulf`
9	+ add a `Gallery_foo.mk` at the top-level (and mention in `Module_extra.mk`)
10	+ add a new `GALLERY_FILELIST` statement in `scp2/`
11
12+ How-to add a new autotext category
13	+ create a directory `extras/source/autotext/lang/xx/foo/` where `xx` is your lang code. `xx` must exactly fit with an UI lang code.
14	+ unzip your `foo.bau` autotext file in this directory (including an empty mimetype file)
15	+ add `xx/foo.bau` in `extras/AllLangPackage_autotextshare.mk`
16	+ in `extras/CustomTarget_autotextshare.mk`:
17		+ add `xx/foo` in `extras_AUTOTEXTSHARE_AUTOTEXTS`
18		+ add all files contained in `foo.bau` (except mimetype) in `extras_AUTOTEXTSHARE_XMLFILES`
19		+ if `foo.bau` contains files with other extension than `.xml`, `.rdf`, `.svm` and `.png`
20			+ add a `CPY` call at the end of the file
21
22+ How-to add a new autotext to an existing category
23	+ create a directory `extras/source/autotext/lang/xx/standard/FOO/` to add it in category standard of lang `xx`
24	+ add files of the autotext (at least `FOO.xml` for an unformatted autotext)
25	+ add autotext name in `extras/source/autotext/lang/xx/standard/BlockList.xml`
26	+ add all files of autotext in `extras/source/autotext/lang/xx/standard/META-INF/manifest.xml`
27	+ in `extras/CustomTarget_autotextshare.mk`:
28		+ add all files of autotext in `extras_AUTOTEXTSHARE_XMLFILES`
29		+ if some files have different extension from `.xml`, `.rdf`, `.svm` and `.png`
30			+ add a `CPY` call at the end of the file
31
32+ How-to add a new Impress template
33	+ clean-up template file as indicated on wiki <https://wiki.documentfoundation.org/Documentation/HowTo/Impress/Make_template_language_independent>
34	+ add `<dc:title>Foo</dc:title>` in `meta.xml` to make presentation name translatable
35	+ unzip `Foo.otp` file in `extras/source/templates/presnt/Foo` (no space allowed in any file names)
36	+ add `Foo.otp` in `Package_tplpresnt.mk`
37	+ in `CustomTarget_tplpresnt.mk`:
38		+ add `Foo /` in `extras_TEMPLATES_PRESENTATIONS`
39		+ add files names contained in `Foo.otp` (except mimetype) in `extras_PRESENTATIONS_XMLFILES`
40		+ if `Foo.otp` contains files with other extension than `.xml`, `.svm`, `.svg`, `.png` and `.jpg`
41			+ add a `CPY` call at the end of file
42
43+ How-to add a new Writer template
44	+ clean-up template file as much as possible, and choose a template category `<Category>`
45	+ unzip `Foo.ott` in `extras/source/templates/<Category>/Foo` (no space allowed in any file names)
46	+ add `Foo.ott` in `Package_<tplCategory>.mk`
47	+ in `CustomTarget_<tplCategory>.mk`:
48		+ add `Foo /` in `extras_TEMPLATES_<CATEGORY>`
49		+ add files names contained in `Foo.otp` (except mimetype) in `extras_<CATEGORY>_XMLFILES`
50		+ if `Foo.ott` contains files with other extension than `.xml`, `.rdf`, `.svm`, `.svg`, `.png` and `.jpg`
51			+ add a `CPY` call at the end of file
52
53+ How-to add a new template category
54	+ create a directory `extras/source/templates/foo/`
55	+ unzip your foo0.ott template files in `extras/source/templates/foo/foo0`
56	+ add `Package_tplfoo` and `CustomTarget_tplfoo` in `Module_extras.mk`
57	+ use other category `Package_tplcategory.mk` to create `Package_tplfoo.mk`
58	+ use other category `CustomTarget_tplcategory.mk` to create `CustomTarget_tplfoo.mk`
59		+ replace all category by foo and `CATEGORY` by `FOO`
60		+ add all files contained in `foo0.ott` (except mimetype) in `extras_FOO_XMLFILES`
61		+ if `foo0.ott` contains files with other extension than `.xml`, `.rdf`, `.svm`, `.svg`, `.png` and `.jpg`
62			+ add a `CPY` call at the end of the file
63		+ optionally, replace extension ott (4 places)
64