Fullscreen

History: Curswiki3_P1_1

Comparing version 1 with version 14

VersionFast NextLast Version

@@ -Lines: 1-64 changed to +Lines: 1-62 @@
- ! Image Galleries Admin
+ ! Galera de imgenes Admin

{maketoc}
- Note: The most intuitive features are not listed.
+ Nota: Las acciones ms predecibles no aparecen explicadas
- !!Admin Access<br />To access administration, go to __Home Page__ and, on the __(Main) Menu__, click on __"Admin (click!)"__.
+ !!Acceso a Admin <br />Para acceder a la administracin, ir a la __Inicio__ i, en la opcin de __Menu__, click sobre __"Admin (click!)"__.
- !!Sections: Tiki Admin Panel<br />You will access the __Sections__ Tiki Admin Panel , as shown in this graphics:
+ !!Secciones: Panel Tiki Admin <br />Se puede acceder a las __Secciones__ en el panel Admin de Tiki, tal y como se muestra en los siguientes grficos:
- ::^{picture file=img/wiki_up//ImgGal-ADMIN-01.png}^::
+ ::^{img src=http://doc.tikiwiki.org/img/wiki_up/doc.tikiwiki.org//ImgGal-ADMIN-01.png}^::
- !!Image Galleries<br />^{picture file=img/icons/admin_imagegal.png} Image Galleries^
+ !!Galera de imgenes<br />^{img src=http://doc.tikiwiki.org/img/wiki_up/doc.tikiwiki.org/admin_imagegal.png}Galeras de Imagen^
- From the Tiki Admin Panel, click the Image Galleries icon to display its settings panel, the top half of which appears like so:
+ Desde el panel Admin de Tiki, clika el icono de la galera de imgenes para que aparezca su panel de ajustes, la mitad superior aparece como:
- ::^{picture file=img/wiki_up//ImgGal-ADMIN-02b.png}^::
+ ::^{img src=http://doc.tikiwiki.org/img/wiki_up/doc.tikiwiki.org/ImgGal-ADMIN-02b.png}^::
- Here you can:<br /><br />* Choose a home gallery.<br />* Enable and disable rankings and comments.<br />* Set the image storage location.<br />* Choose the graphics library.<br />* Set regular expressions ("regex") to control uploaded file names.
+ Aqu puedes:
+ * Escojer una galería del sistema.
+ * Activar i desactivar rankings y comentarios.
+ * Escojer la ubicación para el almacenaje de imagenes.
+ * Escojer una galería de imágenes.
+ * Ver sintaxis ("regex") para controlar nombres de archivos descargados
----
- !!! Home Gallery (main gallery)<br />In the above graphic, the home gallery is set to "Rick's Pix". The home gallery is the default gallery displayed when visitors simply click the menu "Image Galleries" without expanding the menu, or when as the "top page" in your Tiki site if you set the Tiki system home page to be an Image Gallery.<br />*Push the button when you have finished to configure this feature.<br />
+ !!! Galera del sistema (Galera principal)<br />En el grfico anterior la galeria del sistema va asociada a "Rick's Pix". La galera principal es la galera aparecida por defecto cuando los visitantes del programa simplemente clican el men de "Galera de imgenes" sin ampliar el men, o cuando en la "pgina principal" de su portal Tiki usted coloc la Galera de imgenes como pgina de inicio.<br />*Pulsa el botn cuando hayas acabado de configurar este men de oppciones.

----
- !!! Galleries features
+ !!! Caracterstiques de les galeres
- !!!! Use database to store images<br />!!!! Use directory to store images<br />Choose Storage Location: You can decide for images to be stored either in the database, or in a folder on your webserver. Storing images in your database is OK for small images, but a folder is recommended for a high volume site or when your images are relatively large. Note the trailing forward slash in the path entered in the above graphic, but also here in red. Be warned, if you want to restrict access to the images, you have to choose a folder that is not browsable (not inside the document root of your webserver).
+ !!!! Utilice la base de datos para almacenar imgenes<br />!!!! Utilice el directorio para almacenar imgenes<br />Escojer el lugar de almacenamiento: Puedes decidir que las imgenes sean almacenadas en la base de datos o en una carpeta de su servidor en la web.El almacenado de imgenes en su base de datos es adecuado cuando estas son de tamao reducido, pero para imgenes de gran tamao o grandes volmenes de informacin se recomienda el uso de carpetas.Observe la raya vertical delantera que se arrastra en la trayectoria inscrita en el grfico antedicho, pero tambin aqu en rojo. Advirtase, si usted desea restringir el acceso a las imgenes, usted tienen que elegir una carpeta que no sea borrable (no entre la raz del documento dentro de su servidor web).

^/home/cogley/www/uploads/tikiimg/rm__~~red:/~~__^
- ''Path characteristic checklist:''
+ ''Listado de caractersticas de la ruta:''
- * Has a trailing slash.<br />* Is specified from the root.<br />* Is in a separate folder from Tiki, for better security.<br />* Has its permissions set (e.g. via the chmod command) to allow uploads by the webserver user.<br />* Has enough space to allow storage of your expected image volume.
+ * Presentar una antibarra final (mostrado en rojo en el grfico superior) .<br />* Que sea especfica de la raz.<br />* Estar en una carpeta ajena del Tiki,para mayor seguridad.<br />* Hace que sus permisos sean fijados (e.g. va el comando del chmod) para permitir descargas por el usuario del webserver.<br />* Tiene bastante espacio para permitir almacenaje del volumen previsto de sus imagenes.
- If you take a look at your folder after uploading some images, you can see that Tiki randomizes the filenames, as shown in this graphic:
+ Si observas tu carpeta de imgenes despus de algunas descargas,podrs observar que Tiki organiza los ficheros, tal i como se muestra en el grfico:
- ::^{picture file=img/wiki_up//ImgGal-ADMIN-04b.png}^::
+ ::^{img src=http://doc.tikiwiki.org/img/wiki_up/doc.tikiwiki.org/ImgGal-ADMIN-04b.png}^::
- {picture file=img/smiles/icon_exclaim.gif} __Troubleshooting Tip:__ If you are having trouble with image uploads, you can edit settings in your php.ini, or, place an .htaccess file in the root of your tiki installation.
+ {img src=http://doc.tikiwiki.org/img/smiles/icon_exclaim.gif} __Troubleshooting Tip:__ Si ests teniendo un problema con la descarga de imgenes, se pueden corregir ajustes en su php.ini, o, coloque un archivo .htaccess en la raz de su instalacin Tiki.

^~pp~
# Partial .htaccess file sample.
#
- # Override PHP.ini variables, which can be viewed using phpinfo:
+ # Sobreescribir PHP.ini variables, que pueden ser observadas mediante phpinfo:


@@ -Lines: 79-131 changed to +Lines: 77-133 @@
~/pp~^
- {picture file=img/smiles/icon_exclaim.gif} __Troubleshooting Tip:__ If you encounter random errors and webserver crashes, you may have updated your apache, but forgot to update/recompile your graphics library. The apache error log will give you some hints..
+ {img src=http://doc.tikiwiki.org/img/smiles/icon_exclaim.gif} __Troubleshooting Tip:__ Si usted haya errores al azar i fallos del servidor, usted pudo haber puesto al da su apache, pero se olvid de actualizar/recopilar su biblioteca de grficos. El registro de errores de apache le dar algunas pistas
- !!!! Library to use for processing images
+ !!!! Libreras de uso para el procesado de imgenes
- Choose Graphics Library: You can choose which software library to use for manipulating images. Currently, your choice is:
+ Escojer la libreria de grficos: Usted puede elegir que biblioteca del software a utilizar para las manipulacin de imgenes. Actualmente, su opcin es:<br /><br />{img src=http://doc.tikiwiki.org/img/smiles/icon_exclaim.gif} __Troubleshooting Tip:__ Si encuentra errores al azar y el servidor falla, usted pudo haber actualizado su apache, pero se olvid a actualizar/recompilar su biblioteca de grficos. El registro de errores de apache le dar algunas indirectas..<br /><br />!!!! Biblioteca para el procesado de imgenes<br /><br />Escoja su Biblioteca de Grficos: Puede escojer con que biblioteca del software y usarla para la manipulacin de imgenes. actualmente, su opcin es:

* __GD__
* __Image Magick__
- See below links to the GD and Image Magick sites.
+ Vea debajo los enlaces para los sitios Gd y Image Magick.
- !!!! Uploaded images names must match regex
+ !!!! Subir imgenes que coincidan con regex
- !!!! Uploaded images names cannot match regex
+ !!!! Subir imgenes que no coincidan con regex
- <br />*Push the button when you have finished to configure these features.
+ *Pulse el botn cuando haya finalizado de configurar estas caractersticas.
----
- Now, take a look at the bottom half of the Image Galleries admin panel, as shown in this graphic:
+ Ahora, mire la mitad inferior del panel admin de la Galeras de Imagen, segn lo demostrado en este grfico:
- ::^{picture file=img/wiki_up//ImgGal-ADMIN-03b.png}^::
+ ::^{img src=http://doc.tikiwiki.org/img/wiki_up/doc.tikiwiki.org/ImgGal-ADMIN-03b.png}^::

- !!! Remove images in the system gallery...<br />This is a link for removing images in the system gallery, which are "orphaned" and not used in Wiki pages, blogs or articles. A useful function for space-saving in the database.<br />*Click on the link to remove images
+ !!! Eliminar imgenes de la galera del sistema...<br />Este es un enlace para eliminar imgenes de la galera del sistema, que son "orphaned" y no utilizadas en pginas Wiki, blocs o artculos. Una funcin til para guardar en A useful function for space-saving in the database.<br />*Pulse en el enlace para eliminar imgenes

----
- !!! Gallery listing configuration<br />Here you can control the display of fields in the Gallery Listings.<br />*Push the button when you have finished to configure these features.
+ !!! Configuracin del listado de Galera<br />Aqu puede controlar la exhibicin de los campos del listado de Galera.<br /><br />*Pulse el botn cuando haya finalizado de configurar estas caractersticas.

----
- !!! Image galleries comments settings<br />Here you can make settings regarding to comments.<br />*Push the button when you have finished to configure these features.<br /><br />
+ !!! Comentarios de ajustes de las Galerasde Imgenes <br />Aqu puede hacer ajustes mirando los comentarios.<br />*Pulse el botn cuando haya finalizado de configurar estas caractersticas.
- -=More documentation=-
+ -=Ms documentacin=-
{toc}
- -=Related Information=-<br />* To enable Image Galleries for your site, see ((General Admin)).<br />* To specify permissions for Image Gallery users, see ((Permissions Settings)) for the general procedure.<br />* To create and use Image Galleries, see ((Image Galleries User)).<br />* For technical details, see ((Image Galleries Details)).
+ -=Informacin Relacionada=-<br />* Para acceder a las Galerias de Imagen en su sitio, vea ((Administracin General)).<br />* Para especificar permisos para los usuarios de la Galeria de Imgenes, vea ((Ajustes de los permisos)) para el procedimiento general.<br />* Para crear i utilizar Galeras de Imgenes, vea ((Usuario de Galeras de Imagen)).<br />* Para detalles tcnicos, vea ((Detalles de las Galeras de Imagen)).
- -=Useful Links=-
+ -=Enlaces tiles=-
* imagick php module
+ [http://pecl.php.net/package-info.php?package=imagick]

@@ -Lines: 134-141 changed to +Lines: 136-150 @@
* GD Image Software Library:
+ [http://www.boutell.com/gd/]
- * Apache WWW Server htaccess tutorial:
+ * Tutorial de Apache WWW Server htaccess:
+ [http://httpd.apache.org/docs/howto/htaccess.html]
- * PHP htaccess information:
+ * Informacin PHP htaccess:
+ [http://jp2.php.net/configuration.changes]
* Absolute Path Glossary Entry
- + [http://linux.about.com/cs/linux101/g/absolute_path.htm]
+ + [http://linux.about.com/cs/linux101/g/absolute_path.htm<br /><br /><!-- Llicncia de Creative Commons --><br /><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/es/"><img alt="Llicncia de Creative Commons" border="0" src="http://creativecommons.org/images/public/somerights20.gif" /></a><br /><br />Aquesta obra est sota una <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/es/">Llicncia de Creative Commons</a>.<br /><!-- /Llicncia de Creative Commons --><br /><br />Copyright 2004 Albert Corbacho Laura Armengot

History

Legend: v=view , s=source , c=compare, d=diff
Information Version Html Action
Fri 22 de Oct., 2004 17:49 CEST by AlbertCorbacho from 161.116.195.34
final amb el copyleft i imprimible
14
Current
v  s
Fri 22 de Oct., 2004 17:49 CEST by AlbertCorbacho from 161.116.195.34
final amb el copyleft i imprimible
14 v  s  c  d
Fri 22 de Oct., 2004 17:45 CEST by AlbertCorbacho from 161.116.195.34 13 v  s  c  d
Fri 22 de Oct., 2004 16:50 CEST by AlbertCorbacho from 161.116.195.34 12 v  s  c  d
Fri 22 de Oct., 2004 16:43 CEST by AlbertCorbacho from 161.116.195.34
Conjunció de la feina feta per la Laura i la meva
11 v  s  c  d
Fri 22 de Oct., 2004 16:38 CEST by AlbertCorbacho from 161.116.195.34 10 v  s  c  d
Fri 22 de Oct., 2004 14:15 CEST by Xavier.dePedro from 161.116.71.35
afegida nota de coypleft - CC
9 v  s  c  d
Fri 22 de Oct., 2004 14:14 CEST by Xavier.dePedro from 161.116.71.35
corregits enllaços a imatges del doc. original
8 v  s  c  d
Fri 22 de Oct., 2004 14:14 CEST by Xavier.dePedro from 161.116.71.35
corregits enllaços a imatges del doc. original
7 v  s  c  d
Fri 22 de Oct., 2004 10:46 CEST by Laura_Armengot from 161.116.195.38 6 v  s  c  d
Fri 22 de Oct., 2004 10:43 CEST by Laura_Armengot from 161.116.195.38 5 v  s  c  d
Fri 22 de Oct., 2004 10:31 CEST by Laura_Armengot from 161.116.195.38 4 v  s  c  d
Thu 21 de Oct., 2004 10:56 CEST by AlbertCorbacho from 161.116.195.34 3 v  s  c  d
Wed 20 de Oct., 2004 11:12 CEST by AlbertCorbacho from 161.116.195.34 2 v  s  c  d
Wed 20 de Oct., 2004 09:36 CEST by AlbertCorbacho from 161.116.195.34 1 v  s  c  d

Col·laboren [toggle]

ub.edu Logo UAB Logo
ourproject.org Logo Agaur Logo
Logo de l'ICE de la UB

Traduccions automàtiques [toggle]