Contains templates, clipart galleries, palettes, symbol font, autocorrections, autotexts etc.
How-to add a new gallery:
extras/source/gallery/foo/.str file extras/source/gallery/foo/foo.strfoo section to extras/source/gallery/share/gallery_names.ulfGallery_foo.mk at the top-level (and mention in Module_extra.mk)GALLERY_FILELIST statement in scp2/How-to add a new autotext category
extras/source/autotext/lang/xx/foo/ where xx is your lang code. xx must exactly fit with an UI lang code.foo.bau autotext file in this directory (including an empty mimetype file)xx/foo.bau in extras/AllLangPackage_autotextshare.mkextras/CustomTarget_autotextshare.mk:xx/foo in extras_AUTOTEXTSHARE_AUTOTEXTSfoo.bau (except mimetype) in extras_AUTOTEXTSHARE_XMLFILESfoo.bau contains files with other extension than .xml, .rdf, .svm and .pngCPY call at the end of the fileHow-to add a new autotext to an existing category
extras/source/autotext/lang/xx/standard/FOO/ to add it in category standard of lang xxFOO.xml for an unformatted autotext)extras/source/autotext/lang/xx/standard/BlockList.xmlextras/source/autotext/lang/xx/standard/META-INF/manifest.xmlextras/CustomTarget_autotextshare.mk:extras_AUTOTEXTSHARE_XMLFILES.xml, .rdf, .svm and .pngCPY call at the end of the fileHow-to add a new Impress template
<dc:title>Foo</dc:title> in meta.xml to make presentation name translatableFoo.otp file in extras/source/templates/presnt/Foo (no space allowed in any file names)Foo.otp in Package_tplpresnt.mkCustomTarget_tplpresnt.mk:Foo / in extras_TEMPLATES_PRESENTATIONSFoo.otp (except mimetype) in extras_PRESENTATIONS_XMLFILESFoo.otp contains files with other extension than .xml, .svm, .svg, .png and .jpgCPY call at the end of fileHow-to add a new Writer template
<Category>Foo.ott in extras/source/templates/<Category>/Foo (no space allowed in any file names)Foo.ott in Package_<tplCategory>.mkCustomTarget_<tplCategory>.mk:Foo / in extras_TEMPLATES_<CATEGORY>Foo.otp (except mimetype) in extras_<CATEGORY>_XMLFILESFoo.ott contains files with other extension than .xml, .rdf, .svm, .svg, .png and .jpgCPY call at the end of fileHow-to add a new template category
extras/source/templates/foo/extras/source/templates/foo/foo0Package_tplfoo and CustomTarget_tplfoo in Module_extras.mkPackage_tplcategory.mk to create Package_tplfoo.mkCustomTarget_tplcategory.mk to create CustomTarget_tplfoo.mkCATEGORY by FOOfoo0.ott (except mimetype) in extras_FOO_XMLFILESfoo0.ott contains files with other extension than .xml, .rdf, .svm, .svg, .png and .jpgCPY call at the end of the file