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

..03-May-2022-

source/H07-Oct-2020-310,554305,045

util/H07-Oct-2020-1410

AllLangPackage_autotextshare.mkH A D07-Oct-20203.8 KiB187174

CustomTarget_autocorr.mkH A D07-Oct-20208.1 KiB287259

CustomTarget_autotextshare.mkH A D07-Oct-2020142.3 KiB4,5224,490

CustomTarget_autotextuser.mkH A D07-Oct-20203 KiB7445

CustomTarget_fontconfig.mkH A D07-Oct-20201.2 KiB3116

CustomTarget_glade.mkH A D07-Oct-2020956 2811

CustomTarget_opensymbol.mkH A D07-Oct-2020853 2412

CustomTarget_tpl_styles.mkH A D07-Oct-20204.1 KiB10066

CustomTarget_tplofficorr.mkH A D07-Oct-20204.6 KiB10470

CustomTarget_tploffimisc.mkH A D07-Oct-20204.3 KiB9965

CustomTarget_tplpersonal.mkH A D07-Oct-20204.3 KiB10470

CustomTarget_tplpresnt.mkH A D07-Oct-202010.7 KiB279246

Gallery_arrows.mkH A D07-Oct-20204.6 KiB8471

Gallery_backgrounds.mkH A D07-Oct-20202.8 KiB6148

Gallery_computers.mkH A D07-Oct-20201.5 KiB3421

Gallery_diagrams.mkH A D07-Oct-20206.6 KiB124111

Gallery_education.mkH A D07-Oct-20201.1 KiB2916

Gallery_environment.mkH A D07-Oct-20201.9 KiB4128

Gallery_finance.mkH A D07-Oct-20202.6 KiB5845

Gallery_people.mkH A D07-Oct-20203.1 KiB6855

Gallery_sound.mkH A D07-Oct-20202 KiB5238

Gallery_symbols.mkH A D07-Oct-20205.1 KiB10693

Gallery_transportation.mkH A D07-Oct-20201.3 KiB3017

Gallery_txtshapes.mkH A D07-Oct-20202.6 KiB5441

MakefileH A D07-Oct-2020225 82

Module_extras.mkH A D07-Oct-20202.4 KiB9773

Package_autocorr.mkH A D07-Oct-20201.4 KiB6350

Package_autotextuser.mkH A D07-Oct-2020581 174

Package_cfgsrvnolang.mkH A D07-Oct-2020849 2613

Package_cfgusr.mkH A D07-Oct-2020542 174

Package_database.mkH A D07-Oct-2020557 185

Package_databasebiblio.mkH A D07-Oct-2020574 185

Package_fontconfig.mkH A D07-Oct-2020671 195

Package_fonts.mkH A D07-Oct-2020628 173

Package_gallbullets.mkH A D07-Oct-20202.3 KiB10895

Package_gallhtmlexpo.mkH A D07-Oct-20201.2 KiB6451

Package_gallmytheme.mkH A D07-Oct-2020543 165

Package_gallroot.mkH A D07-Oct-2020587 218

Package_gallsystem.mkH A D07-Oct-2020674 2815

Package_gallwwwgraf.mkH A D07-Oct-20201.9 KiB10996

Package_glade.mkH A D07-Oct-2020577 152

Package_labels.mkH A D07-Oct-2020529 152

Package_newfiles.mkH A D07-Oct-2020600 207

Package_palettes.mkH A D07-Oct-2020808 3421

Package_tpl_styles.mkH A D07-Oct-2020600 185

Package_tplofficorr.mkH A D07-Oct-2020654 185

Package_tploffimisc.mkH A D07-Oct-2020607 174

Package_tplpersonal.mkH A D07-Oct-2020606 185

Package_tplpresnt.mkH A D07-Oct-2020951 3926

Package_tplwizagenda.mkH A D07-Oct-2020947 3623

Package_tplwizbitmap.mkH A D07-Oct-2020931 3623

Package_tplwizdesktop.mkH A D07-Oct-2020591 185

Package_tplwizfax.mkH A D07-Oct-2020741 2411

Package_tplwizletter.mkH A D07-Oct-2020794 2613

Package_tplwizreport.mkH A D07-Oct-20201.1 KiB4532

Package_tplwizstyles.mkH A D07-Oct-2020829 3421

Package_wordbook.mkH A D07-Oct-2020588 218

Personas.mkH A D07-Oct-20201.2 KiB3316

READMEH A D07-Oct-20203.5 KiB6154

README

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