Subversion Repositories Scribus

Compare Revisions

No changes between revisions

Ignore whitespace Rev 22852 → Rev 22853

/branches/Version14x/Scribus/CMakeLists.txt
915,6 → 915,7
ADD_SUBDIRECTORY(resources/icons)
ADD_SUBDIRECTORY(resources/keysets)
ADD_SUBDIRECTORY(resources/loremipsum)
ADD_SUBDIRECTORY(resources/manpages)
ADD_SUBDIRECTORY(resources/profiles)
ADD_SUBDIRECTORY(resources/swatches)
ADD_SUBDIRECTORY(resources/templates)
/branches/Version14x/Scribus/resources/manpages/scribus.1
0,0 → 1,125
.TH scribus "1" "Updated 2010-24-06"
.SH NAME
scribus - cross platform WYSIWYG desktop publishing app
.SH SYNOPSIS
scribus [-h|--help] [-v|--version] [-l|--lang language] [-la|--langs-available] [-f|--file|--] [filename]
.SH DESCRIPTION
Scribus is an open source desktop publishing program. It provides true WYSIWYG editing, excellent PDF export facilities, and a wide range of other input and output options.
 
Please see the scribus documentation at
.I http://docs.scribus.net/
or the program's built in help for more comprehensive and up-to-date documentation.
 
This man page only provides summaries of some aspects of the program's use. It's main purpose is to make sure you can find the full documentation quickly and easily.
.SH OPTIONS
The definitive options are in the program's usage statement. Run:
.B scribus --help
to view the usage statement.
 
.TP
.B -l, --lang xx
Overrides the system locale and runs Scribus in language xx. The language is specified with the same POSIX language codes that are used in the LANG and LC_ALL environment variables. For example, English can be selected with 'en' (generic English), 'en_GB' (British English), 'en_US' (American english), etc. Similarly, Deutsch can be selected with 'de' or 'de_DE'.
.TP
.B -la, --langs-available
Print a list of languages for which user interface translations are available. To use that language run Scribus as 'scribus -l xx' where xx is the short language code, or set the locale environment variables as described below.
.TP
.B -v, --version
Prints the Scribus version number and exits.
.TP
.B -f, --file
Open the specified file. It's possible to simply pass the file name as an unqualified argument instead of using this, though if the name begins with a - you will need to use --, eg 'scribus -- -myfile.sla'.
.TP
.B -h, --help
Print a brief usage summary.
.TP
.B -fi, --font-info
Shows the font file listing as Scribus starts. This can be used for diagnosing missing glyphs within fonts or possible broken font files.
.TP
.B -pi, --profile-info
Shows the color profiles listing which Scribus can use. This can be used for diagnosing missing or broken color profiles.
.TP
.B -ns, --no-splash
Suppresses display of the splash screen during Scribus start-up.
.TP
.B -nns, --never-splash
Stop the showing of the splashscreen on startup. Writes an empty file called .neversplash in ~/.scribus.
.TP
.B -sb, --swap-buttons
Use right to left dialog button ordering (eg. Cancel/No/Yes instead of Yes/No/Cancel)
.TP
.B -u, --upgradecheck
Downloads a file from our scribus server indicating latest available versions.
 
.SH ENVIRONMENT
Scribus respects the standard locale environment variables. Others may be used through underlying libraries, such as Qt, or by programs used by Scribus.
.I http://docs.scribus.net/
and the in-program documentation may note other environment variables used by Scribus or the programs and libraries it uses.
.TP
.B LC_ALL, LC_MESSAGES, LANG
POSIX locale. See
.I locale(1).
Scribus uses these three environment variables, in the listed order of precedence, to select the language (including the user interface translation) to use. If none are set, it will fall back on the locale set by the underlying Qt library.
.TP
.B PATH
Scribus may search the PATH for external tools if their paths are not specified absolutely. This is currently most likely to affect you if you have multiple copies of gs(1) installed. You can set an absolute path to the correct gs(1) in your Scribus preferences and bypass the
.B PATH
search.
.PP
A few important environment variables from other programs are summarised here for convenience, though you should check the original program's documentation if you are having trouble.
.TP
.B GS_FONTPATH
GhostScript font path. Affects the font search path for GhostScript, a component Scribus uses for some PostScript operations. Add new directories containing fonts to this colon-separated list to help GhostScript find fonts in non-standard locations. See gs(1) and the GhostScript HTML documentation for more information.
.TP
.B GS_LIB
GhostScript library path. GhostScript searches this path for Fontmap files. Like
.B GS_FONTPATH
it's a colon separated list of directories. You will usually want to use
.B GS_FONTPATH
instead, though building a Fontmap file and using
.B GS_LIB
can speed things up if you have a
.I lot
of fonts. See gs(1) and the GhostScript HTML documentation for more information.
.SH FILES
.TP
.B $HOME/.scribus/
User preferences are stored in $HOME/.scribus/ on Unix or Linux . Most other paths are configurable from the Scribus preferences. Scribus 1.3 preferences are separate from Scribus 1.2.x User preferences for Mac OS X, OS/2 and Windows are documented in the help docs (F1) in Scribus.
.B $HOME/.scribus/scribus13.rc
Scribus preferences file - formatted in a custom xml schema. May eventually be retired in favour of new format prefs file.
.B $HOME/.scribus/prefs13.xml
Scribus 1.3.8 preferences are separate from Scribus 1.3.3.x
.TP
.B $HOME/.fonts/
.TP
.B $HOME/.fonts.conf
.TP
.B /etc/fonts
Fontconfig, the library used by Scribus to locate fonts, is normally configured with files in /etc/fonts, mainly /etc/fonts/fonts.conf and /etc/fonts/local.conf . It may also use a config file $HOME/.fonts.conf and fonts in $HOME/.fonts/ . See fonts.conf(5) and the fontconfig documentation for more information. Note that Scribus may also use its internal font path to locate more fonts - see the Preferences dialog and scribus help.
.SH SEE ALSO
The scribus documentation site http://docs.scribus.net/ and home page http://www.scribus.net/
 
gs(1), the gs html docs, and http://www.ghostscript.com/
 
.PP
The Qt library - http://www.trolltech.com/
 
fonts-conf(5) for info on configuring FontConfig
.SH RELATED SOFTWARE AND AFFILIATES
 
inkscape(1) - http://inkscape.org/
 
OpenClipArt - http://openclipart.org/
 
Fontmatrix - http://fontmatrix.be/
 
Other affiliates may be listed in the footer on http://www.scribus.net/
 
 
.SH BUGS
See
.I
http://bugs.scribus.net/
for the Scribus on-line status tracker, which is used to track bug reports and feature requests.
.B If you intend to submit a bug report or feature request, please search the bug database first.
.SH AUTHORS
Please see the About Scribus option in the Help menu for a list of authors, translators, and contributors.
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Author Date Id Revision
\ No newline at end of property
/branches/Version14x/Scribus/resources/manpages/scribus.1.de
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/Version14x/Scribus/resources/manpages/scribus.1.pl
0,0 → 1,106
.TH "scribus" "1" "Updated 2004-12-16" "" ""
.SH "NAZWA"
scribus \- program do sk³adu publikacji w trybie WYSIWYG dla ¶rodowiska X11 (wolne oprogramowanie na licencji GNU GPL)
.SH "SK£ADNIA"
scribus [\-h|\-\-help] [\-v|\-\-version] [\-l|\-\-lang jêzyk] [\-la|\-\-langs\-available] [\-f|\-\-file|\-\-] [nazwa pliku]
.SH "OPIS"
Scribus jest programem do sk³adu publikacji bêd±cym wolnym oprogramowaniem. Umo¿liwia edycjê w trybie WYSIWYG, doskona³y eksport do formatu PDF i szeroki wybór opcji importu i eksportu.
 
Wyczerpuj±c± dokumentacjê znale¼æ mo¿na na stronie dokumentacyjnej Scribusa
.I http://docs.scribus.net/
lub w postaci plików pomocy dostêpnych w programie za po¶rednictwem opcji w menu \'Pomoc\'.
 
Niniejszy podrêcznik systemowy zawiera jedynie skrótowy opis niektórych aspektów zastosowania programu. Jego g³ównym zadaniem jest umo¿liwienie u¿ytkownikowi szybkiego i ³atwego znalezienia pe³nej dokumentacji.
.SH "OPCJE"
Wszystkie opcje programu zawarte s± w instrukcji obs³ugi, któr± wywo³aæ mo¿na poleceniem:
.B scribus \-\-help
 
.TP
.B \-l, \-\-lang xx
Nadpisuje locale systemowe i startuje Scribusa w jêzyku xx. Kod jêzyka odpowiada kodom w standardzie POSIX, u¿ywanym w zmiennych ¶rodowiskowych LANG i LC_ALL. Na przyk³ad jêzyk polski mo¿na wybraæ podaj±c 'pl' lub 'pl_PL', jêzyk angielski u¿ywaj±c 'en' (generyczny angielski), 'en_GB' (brytyjski angielski) lub 'en_US' (amerykañski angielski). W podobny sposób mo¿na wybraæ inne jêzyki, np. niemiecki u¿ywaj±c kodów 'de' lub 'de_DE'.
.TP
.B \-la, \-\-langs\-available
Wy¶wietla listê jêzyków, w których dostêpne jest t³umaczenie interfejsu. Aby wybraæ dany jêzyk, wystartuj Scribusa poleceniem 'scribus \-l xx', w którym xx oznacza kod jêzyka, lub zmieñ odpowiednie zmienne ¶rodowiskowe w sposób opisany poni¿ej.
.TP
.B \-v, \-\-version
Wy¶wietla numer wersji Scribusa.
.TP
.B \-f, \-\-file
Otwiera podany plik. Mo¿na równie¿ zamiast tego podaæ nazwê pliku jako niekwalifikowany argument, ale je¶li nazwa zaczyna siê od \-, nale¿y poprzedziæ j± \-\-, np. 'scribus \-\- \-myfile.sla'.
.TP
.B \-h, \-\-help
Wy¶wietla krótk± instrukcjê obs³ugi.
.SH "¦RODOWISKO"
Scribus uwzglêdnia stanardowe zmienne ¶rodowiskowe zdefiniowane w locale. Inne zmienne ¶rodowiskowe mog± byæ u¿ywane przez programy i bibioteki wymagane przez Scribusa, np. QT.
.I http://docs.scribus.net/
oraz dokumentacja zawarta w programie mo¿e wymieniaæ inne zmienne, u¿ywane przez Scribusa i wymagane przez niego programy i biblioteki.
.TP
.B LC_ALL, LC_MESSAGES, LANG
POSIX locale. Zobacz
.I locale(1).
Scribus stosuje te zmienne w kolejno¶ci podanej powy¿ej, aby wybraæ jêzyk (w³±cznie z t³umaczeniem interfejsu), który ma byæ u¿yty. Je¶li Scribus nie znajdzie ¿adnej z tych zmiennych, u¿yje ustawieñ locale stosowanych przez bibliotekê QT.
.TP
.B PATH
Scribus mo¿e poszukaæ w PATH zewnêtrznych narzêdzi, je¶li ¶cie¿ki do nich nie zosta³y zdefiniowane w programie. Aktualnie ma to miejsce, kiedy zainstalowanych jest parê kopii gs(1). Mo¿na podaæ w³a¶ciw± ¶cie¿kê do gs(1) w ustawieniach Scribusa i obej¶æ w ten sposób przeszukiwanie
.B PATH
.
.PP
Poni¿ej znajduje siê zestawienie kilku najwa¿niejszych zmiennych ¶rodowiskowych u¿ywanych przez inne programy, jednak w przypadku problemów nale¿y zajrzeæ do oryginalnej dokumentacji programu.
.TP
.B GS_FONTPATH
¦cie¿ka do czcionek u¿ywana przez GhostScript. Ma wp³yw na szukanie czcionek dla GhostScriptu, którego Scribus u¿ywa do wielu operacji na plikach PostScript. Dodawaj nowe katalogi zawieraj±ce czcionki rozdzielaj±c je ¶rednikiem, aby umo¿liwiæ GhostScriptowi znalezienie czcionek po³o¿onych w niestandardowych katalogach. Zobacz gs(1) i dokumentacjê GhostScriptu w formacie HTML, aby znale¼æ wiêcej informacji.
.TP
.B GS_LIB
¦cie¿ka do biblioteki GhostScriptu. GhostScript szuka w tej ¶cie¿ce plików Fontmap. Podobnie jak
.B GS_FONTPATH
jest to lista katalogów rozdzielonych ¶rednikami. Zazwyczaj u¿ywa siê zamiast tego zmiennej
.B GS_FONTPATH
, jednak utworzenie plików Fontmap i u¿ycie zmiennej
.B GS_LIB
mo¿e przy¶pieszyæ dzia³anie, je¶li u¿ywamy
.I bardzo du¿o
czcionek. Zobacz gs(1) i dokumentacjê GhostScriptu w formacie HTML, aby uzyskaæ wiêcej informacji.
.SH "PLIKI"
.TP
.B $HOME/.scribus/
Ustawienia u¿ytkownika zapisywane s± w katalogu $HOME/.scribus/. Wiêkszo¶æ innych ¶cie¿ek mo¿na zmieniæ w ustawieniach Scribusa.
.TP
.B $HOME/.scribus/scribus.rc
Ustawienia Scribusa we w³asnym formacie xml. Mo¿e zostaæ zast±piony nowym formatem pliku ustawieñ.
.TP
.B $HOME/.scribus/prefs.xml
Plik ustawieñ w nowym formacie. W momencie tworzenia niniejszego dokumentu (wersja 1.2.x) plik ten jest jeszcze prawie ca³kowicie niewykorzystywany.
Pliki konfiguracyjne powi±zanych programów:
.TP
.B $HOME/.fonts
.TP
.B /etc/fonts
Fontconfig, biblioteka u¿ywana przez Scribusa do znajdowania czcionek, u¿ywa plików konfiguracyjnych znajduj±cych siê normalnie w katalogu /etc/fonts, g³ównie plików /etc/fonts/fonts.conf i /etc/fonts/local.conf. Mo¿e równie¿ u¿ywaæ pliku konfiguracyjnego w $HOME/.fonts/ . Zobacz fonts.conf(5) i dokumentacjê biblioteki fontconfig, aby uzyskaæ wiêcej informacji. Zwróæ uwagê, ¿e Scribus mo¿e równie¿ u¿ywaæ swoich w³asnych ¶cie¿ek do czcionek - zobacz menu Ustawienia i pomoc wewn±trz Scribusa.
.SH "ZOBACZ TAK¯E"
Strona z dokumentacj± Scribusa http://docs.scribus.net/ i strona domowa http://www.scribus.net/
 
gs(1), dokumentacja gs w html i strona http://www.ghostscript.com/
 
.PP
Biblioteka QT \- http://www.trolltech.com/
 
fonts\-conf(5) - informacje o konfiguracji biblioteki FontConfig
.SH "POKREWNE OPROGRAMOWANIE I PARTNERZY"
inkscape(1) \- http://inkscape.org/
 
OpenClipArt \- http://openclipart.org/
 
Fontmatrix \- http://fontmatrix.be/
 
Inni partnerzy mog± byæ wymienieni w stopce strony http://www.scribus.net/
 
gimp(1) \- http://www.gimp.org/
 
.SH "B£ÊDY"
Strona
.I
http://bugs.scribus.net/
zawiera system ¶ledzenia b³êdów Scribusa, u¿ywany do zg³aszania b³êdów i propozycji zmian.
.B Je¶li masz zamiar zg³osiæ b³±d, przeszukaj najpierw bazê danych.
.SH "AUTORZY"
W menu \'Pomoc\' w opcji \'O Scribusie\' znale¼æ mo¿na listê autorów, t³umaczy i osób zaanga¿owanych w rozwój programu.
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Author Date Id Revision
\ No newline at end of property
/branches/Version14x/Scribus/resources/manpages/CMakeLists.txt
0,0 → 1,20
INCLUDE_DIRECTORIES(
"${CMAKE_SOURCE_DIR}/scribus"
)
 
INSTALL(FILES
scribus.1
DESTINATION ${MANDIR}man1
)
 
INSTALL(FILES
scribus.1.de
DESTINATION ${MANDIR}de/man1
RENAME scribus.1
)
 
INSTALL(FILES
scribus.1.pl
DESTINATION ${MANDIR}pl/man1
RENAME scribus.1
)
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Author Date Id Revision
\ No newline at end of property
/branches/Version14x/Scribus/resources/manpages
Property changes:
Added: svn:ignore
+Makefile
+Makefile.in
+*.la
+*.lo
+*.moc.cpp
+*.moc
+*.o
+.deps
+.libs
+CVS
+scribus
+CMakeFiles
+cmake_install.cmake
\ No newline at end of property
/branches/Version14x/Scribus/scribus/manpages/scribus.1
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
Deleted: svn:keywords
-Author Date Id Revision
\ No newline at end of property
/branches/Version14x/Scribus/scribus/manpages/CMakeLists.txt
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
Deleted: svn:keywords
-Author Date Id Revision
\ No newline at end of property
/branches/Version14x/Scribus/scribus/manpages/scribus.1.de
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/branches/Version14x/Scribus/scribus/manpages/scribus.1.pl
File deleted
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
Deleted: svn:keywords
-Author Date Id Revision
\ No newline at end of property
/branches/Version14x/Scribus/scribus/manpages
Property changes:
Deleted: svn:ignore
-Makefile
-Makefile.in
-*.la
-*.lo
-*.moc.cpp
-*.moc
-*.o
-.deps
-.libs
-CVS
-scribus
-CMakeFiles
-cmake_install.cmake
\ No newline at end of property
/branches/Version14x/Scribus/scribus/CMakeLists.txt
4,7 → 4,6
 
ADD_SUBDIRECTORY(doc)
ADD_SUBDIRECTORY(dtd)
ADD_SUBDIRECTORY(manpages)
ADD_SUBDIRECTORY(colormgmt)
ADD_SUBDIRECTORY(styles)
ADD_SUBDIRECTORY(text)