29.03.2024

From COKS - Open Source Center - Slovenia

(Difference between revisions)
Jump to: navigation, search
Abecedni seznam programov
IDABC > A. Produktivnostna orodja in administrativni postopki > A.8 Orodja za obdelavo slik
Programska oprema

Current revision (14:06, 6 February 2008) (edit) (undo)
 
(23 intermediate revisions not shown.)
Line 1: Line 1:
-
__NOTOC__
+
{{ Infobox Software
-
<!--leva kolona start -->
+
| name = Qdig
-
<div class="bodymaincoks" style="float:left;">
+
| developer = [https://qdig.sourceforge.net/Main/HomePage Qdig sourceforge]
-
<div>
+
| latest_release_version = 1.2.9
-
 
+
| latest_release_date = [[February 10]] [[2007]]
-
<!--opis programa start -->
+
| operating_system = [[Qdig]]
-
'''Qdig - Quick Digital Image Gallery je odprtokodni programski paket PHP skript, ki dinamično predstavlja digitalne slike kot on-line galerijo ali kot niz galerij.'''
+
| genre = Web image gallery
-
 
+
| license = [[GPL]]
-
Temelji na odprtokodnem programskem jeziku, ki se uporablja za razvoj dinamičnih spletnih vsebin [https://sl.wikipedia.org/wiki/Php PHP]
+
| website = [https://qdig.sourceforge.net/Main/HomePage Qdig sourceforge]
-
 
+
-
<div class="coksnovice">
+
-
 
+
-
<!--lokalna pomoč start -->
+
-
=='''LOKALNA POMOČ'''==
+
-
 
+
-
'''[https://www.spark.si/ Spark, Spark, inštitut za raziskave in razvoj, Černelavci]'''
+
-
----
+
-
[mailto:renato@spark.si Prijavite] ponudbo lokalne pomoči
+
-
</div>
+
-
</div>
+
-
<!--lokalna pomoč end -->
+
-
<!--rss novice start -->
+
-
<div class="coksnovice">
+
-
 
+
-
==RSS Novice==
+
-
 
+
-
<rss>https://sourceforge.net/export/rss2_projfiles.php?group_id=69837|charset=UTF-8|short|max=5</rss>
+
-
 
+
-
</div>
+
-
 
+
-
<!--box novice end -->
+
-
<!--razlaga start -->
+
-
<div class="uporabacoks">
+
-
 
+
-
== Kako uporabljam Qdig? ==
+
-
 
+
-
 
+
-
 
+
-
[mailto:renato@coks.si Prispevajte] svoje izkušnje o uporabi rešitve.
+
-
 
+
-
==Študije primerov uporabe==
+
-
 
+
-
 
+
-
</div>
+
-
<!--razlaga end -->
+
-
</div>
+
-
<!--levo end-->
+
-
 
+
-
<div class="rightboxesout">
+
-
<!--desni meni start -->
+
-
 
+
-
<div class="coksboxsw">
+
-
{{infobox programi
+
-
| name = Qdig - Quick Digital Image Gallery
+
-
| kropis = Orodja za obdelavo slik
+
-
| izdaja = 1.2.9
+
-
| razvijalec = [https://qdig.sourceforge.net/ ]
+
-
| os = Linux
+
-
| stack = [[LAMP]]
+
-
| licenca = [[GPL]]
+
-
| spletnastran = [https://qdig.sourceforge.net/ http://qdig.sourceforge.net/]
+
-
| lokalizacija = Da
+
}}
}}
-
</div>
 
-
<div class="coksboxsw">
 
-
==BREZPLAČNO SVETOVANJE==
 
-
E-pošta: [mailto:podpora@coks.si podpora@coks.si]
 
-
Forum: [https://forum.coks.si/viewforum.php?f=13 forum.coks.si]
 
-
Tel. 02 421 61 53
 
-
</div>
 
-
<div class="coksdownloads">
+
'''Qdig''' is an easy-to-use '''PHP script''' that dynamically presents your digital image files as an online gallery or set of galleries.
-
==Prenosi==
+
Qdig is a simple but flexible one-file script. Despite its simplicity, Qdig has quite a few features. It's easy to install and galleries are easy to organize and manage using your favorite '''FTP''' or '''SCP''' file management program.
-
Zadnja stabilna različica: '''1.2.9'''
+
-
Datum izida: '''10.2.2007'''
+
You can customize the look and feel of your galleries with dozens of configuration settings, which you will find near the top of the script. Each setting is briefly described using comments in the script.
-
===Izvorna koda programa===
+
-
* [https://qdig.sourceforge.net/Qdig/Download Izvorna koda Qdig]
+
-
</div>
+
-
<div class="coksdokumentacija">
+
-
==Dokumentacija==
+
Qdig works as a stand-alone script, or you can include() it within another [[PHP]] script and it will automatically adapt by suppressing the HTML header and footer. When this happens, the script will take on the style of the calling page because the CSS style elements, including the customizable color scheme, for a stand-alone gallery are in the '''HTML''' header.
-
</div>
 
-
<div class="cokshelp">
 
-
==Pomoč==
 
- 
-
</div>
 
-
<div class="cokslinks">
 
- 
-
==Hitre povezave==
 
- 
- 
-
===Povezave RSS===
 
- 
-
</div>
 
-
<!--desni meni end -->
 
-
</div>
 
 +
----
 +
This software is supported by ''COKS'' at [mailto:podpora@coks.si podpora@coks.si]
[[Category:A.8 Orodja za obdelavo slik]]
[[Category:A.8 Orodja za obdelavo slik]]
-
 
+
[[Category: Programska oprema]]
-
-
+
[[Category:Abecedni seznam programov]]
-
[[Kategorija: Programska oprema]]
+
-
[[Kategorija:Abecedni seznam programov]]
+

Current revision

Qdig
Developer Qdig sourceforge
Latest release 1.2.9 / February 10 2007
OS Qdig
Genre Web image gallery
License GPL
Website Qdig sourceforge



Qdig is an easy-to-use PHP script that dynamically presents your digital image files as an online gallery or set of galleries.

Qdig is a simple but flexible one-file script. Despite its simplicity, Qdig has quite a few features. It's easy to install and galleries are easy to organize and manage using your favorite FTP or SCP file management program.

You can customize the look and feel of your galleries with dozens of configuration settings, which you will find near the top of the script. Each setting is briefly described using comments in the script.

Qdig works as a stand-alone script, or you can include() it within another PHP script and it will automatically adapt by suppressing the HTML header and footer. When this happens, the script will take on the style of the calling page because the CSS style elements, including the customizable color scheme, for a stand-alone gallery are in the HTML header.



This software is supported by COKS at podpora@coks.si