Thread: [Rapc-commit] SF.net SVN: rapc: [22] trunk/ac
Brought to you by:
maher_karim,
sdteffen
|
From: <mah...@us...> - 2006-12-14 09:55:12
|
Revision: 22
http://svn.sourceforge.net/rapc/?rev=22&view=rev
Author: maher_karim
Date: 2006-12-14 01:42:14 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/bin/
trunk/ac/bin/README.txt
trunk/ac/bin/find.exe
trunk/ac/bin/libiconv2.dll
trunk/ac/bin/libintl3.dll
trunk/ac/bin/rm.exe
trunk/ac/bin/zip.exe
Added: trunk/ac/bin/README.txt
===================================================================
--- trunk/ac/bin/README.txt (rev 0)
+++ trunk/ac/bin/README.txt 2006-12-14 09:42:14 UTC (rev 22)
@@ -0,0 +1,11 @@
+Windows users of DCCSS and Windows developers that want to build the
+DCCSS installer should do the following:
+
+Place zip.exe of the zip distribution from http://gnuwin32.sourceforge.net
+in this folder.
+
+Place rm.exe, libiconv2.dll and libintl3.dll of the fileutils distribution from
+http://gnuwin32.sourceforge.net in this folder.
+
+Place find.exe of the findutils distribution from http://gnuwin32.sourceforge.net
+in this folder.
\ No newline at end of file
Added: trunk/ac/bin/find.exe
===================================================================
(Binary files differ)
Property changes on: trunk/ac/bin/find.exe
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/bin/libiconv2.dll
===================================================================
(Binary files differ)
Property changes on: trunk/ac/bin/libiconv2.dll
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/bin/libintl3.dll
===================================================================
(Binary files differ)
Property changes on: trunk/ac/bin/libintl3.dll
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/bin/rm.exe
===================================================================
(Binary files differ)
Property changes on: trunk/ac/bin/rm.exe
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/bin/zip.exe
===================================================================
(Binary files differ)
Property changes on: trunk/ac/bin/zip.exe
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 09:55:12
|
Revision: 22
http://svn.sourceforge.net/rapc/?rev=22&view=rev
Author: maher_karim
Date: 2006-12-14 01:42:14 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/bin/
trunk/ac/bin/README.txt
trunk/ac/bin/find.exe
trunk/ac/bin/libiconv2.dll
trunk/ac/bin/libintl3.dll
trunk/ac/bin/rm.exe
trunk/ac/bin/zip.exe
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 09:59:23
|
Revision: 23
http://svn.sourceforge.net/rapc/?rev=23&view=rev
Author: maher_karim
Date: 2006-12-14 01:45:27 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/conf/
trunk/ac/conf/dataobject.ini
trunk/ac/conf/dataobject.ini.default
trunk/ac/conf/dccssconfig.php
trunk/ac/conf/dccssconfig.php.default
trunk/ac/conf/identifyplugin.ini
trunk/ac/conf/identifyplugin.ini.default
trunk/ac/conf/php.ini
trunk/ac/conf/rapc_ar.map
trunk/ac/conf/rapc_en.fnt
trunk/ac/conf/rapc_en.jpg
trunk/ac/conf/rapc_en.map
trunk/ac/conf/rapc_en.sym
trunk/ac/conf/sample_ar.map
trunk/ac/conf/sample_en.map
Added: trunk/ac/conf/dataobject.ini
===================================================================
--- trunk/ac/conf/dataobject.ini (rev 0)
+++ trunk/ac/conf/dataobject.ini 2006-12-14 09:45:27 UTC (rev 23)
@@ -0,0 +1,26 @@
+[DB_DataObject]
+; PEAR::DB DSN
+database = pgsql://user:password@localhost/rapc
+; Location where css.ini schema file should be created
+schema_location = C:\Program Files\MPWH\rapc\include\dataobject
+; Location where DataObject classes should be created
+class_location = C:\Program Files\MPWH\rapc\include\dataobject
+; Prefix for including files from your code
+require_prefix = DataObject_
+; Classes should be prefixed with this string e.g. DataObject_User
+class_prefix = DataObject_
+; Debugging information: 0=off, 1=display sql, 2=display results,
+; 3=everything
+debug = 0
+; Prevent SQL INSERT, UPDATE or DELETE from being performed
+debug_ignore_updates = false
+; Whether to die of error with a PEAR_ERROR_DIE or not
+dont_die = false
+
+[DB_DataObject_FormBuilder]
+select_display_field = description
+createSubmit = 1
+linkDisplayLevel = 2
+elementTypeMap = shorttext:text,longtext:textarea,date:date,time:text,datetime:date,integer:text,float:text,select:select:popupSelect:popupSelect,elementTable:elementTable
+linkNewValue = 0
+
Added: trunk/ac/conf/dataobject.ini.default
===================================================================
--- trunk/ac/conf/dataobject.ini.default (rev 0)
+++ trunk/ac/conf/dataobject.ini.default 2006-12-14 09:45:27 UTC (rev 23)
@@ -0,0 +1,26 @@
+[DB_DataObject]
+; PEAR::DB DSN
+database = pgsql://user:password@localhost/rapc
+; Location where css.ini schema file should be created
+schema_location = C:\Program Files\rapc\include\dataobject
+; Location where DataObject classes should be created
+class_location = C:\Program Files\rapc\include\dataobject
+; Prefix for including files from your code
+require_prefix = DataObject_
+; Classes should be prefixed with this string e.g. DataObject_User
+class_prefix = DataObject_
+; Debugging information: 0=off, 1=display sql, 2=display results,
+; 3=everything
+debug = 0
+; Prevent SQL INSERT, UPDATE or DELETE from being performed
+debug_ignore_updates = false
+; Whether to die of error with a PEAR_ERROR_DIE or not
+dont_die = false
+
+[DB_DataObject_FormBuilder]
+select_display_field = description
+createSubmit = 1
+linkDisplayLevel = 2
+elementTypeMap = shorttext:text,longtext:textarea,date:date,time:text,datetime:date,integer:text,float:text,select:select:popupSelect:popupSelect,elementTable:elementTable
+linkNewValue = 0
+
Added: trunk/ac/conf/dccssconfig.php
===================================================================
--- trunk/ac/conf/dccssconfig.php (rev 0)
+++ trunk/ac/conf/dccssconfig.php 2006-12-14 09:45:27 UTC (rev 23)
@@ -0,0 +1,125 @@
+<?php
+/* RAPC -- Road Advertisement Panel Control
+ *
+ * RAPCconfig.php - Organization specific configuration of RAPC
+ *
+ * Copyright (C) 2005 DORSCH Consult
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+// Basic configuration options, adjust freely according to your needs
+
+// The name of the Organization running RAPC - please adjust
+$_SESSION["strOrgName"] = "Ministry of Public Works";
+
+// The link banner at the top of the page
+// Use this to integrate RAPC with other parts of your organization's intranet
+// Please adjust
+$_SESSION["strHtmlBanner"] = " ";
+
+// The logos of your Organization
+// please adjust
+// A logo 75px x 75px
+$_SESSION["OrgLogo"] = "images/";
+// A logo 50px x 50px
+$_SESSION["OrgLogoSmall"] = "images/RAPC_small.png";
+
+// A known username/password combination to allow the application to check the
+// database connection - please adjust if necessary
+$_SESSION["strKnownUser"] = "rapc";
+$_SESSION["strKnownPassword"] = "rapc";
+
+/**
+ * The languages that RAPC offers
+ * Note that you will need gettext translations as well as data with the
+ * necessary translations in order to use these languages
+ */
+$_SESSION["arrLanguages"] = array('ar', 'en');
+
+// The codepage used for the creation of shapefiles - used by shapefile loader
+// and dumper - adjust if necessary
+// If no recoding is necessary, use ""
+$_SESSION["strShapefileEncoding"] = "WINDOWS-1256";
+
+// Whether a sewer network should be displayed or not.
+// Please adjust - values are true or false
+$_SESSION["boolHasSewer"] = true;
+
+// Below are advanced configuration options
+// They should only be changed by people with in-depth knowledge of the
+// application
+
+// The database connection
+// Adjust only if you know what you're doing
+$_SESSION["strDataBase"] = "rapc";
+
+// The application logos
+$_SESSION["RAPCLogo"] = "images/";
+$_SESSION["RAPCLogoSmall"] = "images/";
+
+/**
+ * The Mapfile to be used for the map display and workorder printing.
+ * %s will be replaced with the short ISO language code (e.g. 'en').
+ */
+$_SESSION["strMapFile"] = "conf/rapc_%s.map";
+
+// The application log file
+$_SESSION["strLogFileLocation"] = "c://tmp//RAPC.log";
+
+/**
+ * Location of pgsql2shp.exe, psql.exe and shp2pgsql.exe. Required by shapefile
+ * loader and dumper.
+ */
+$_SESSION["strPgClientBinDirectory"] = <<<END
+c:\program files\PostgreSQL\8.1\bin\
+END;
+
+/**
+ * Location of zip command
+ */
+$_SESSION["strZipCommand"] = <<<END
+c:\windows\system32\zip.exe
+END;
+
+/**
+ * The path for temporary files.
+ */
+$_SESSION["strMsTmpDirectory"] = "c:\\tmp\\ms_tmp\\";
+
+/**
+ * Where the HTML_QuickForm validation should take place.
+ * Either "client" or "server"
+ */
+$_SESSION["strHtmlQuickFormValidation"] = 'client';
+
+/**
+* Set the RAPC administrator group name
+*/
+$_SESSION['administratorGroup']='rapcadministrator';
+
+/**
+** Oracle server name
+*/
+$_SESSION["strOracleServer"]='';
+
+/**
+* set textdomain
+**/
+$_SESSION['textdomain']='rapc';
+
+//Directory to save loaded images
+$_SESSION['imagedir']="c:/program files/mpwh/rapc/data/plugin/";
+?>
Added: trunk/ac/conf/dccssconfig.php.default
===================================================================
--- trunk/ac/conf/dccssconfig.php.default (rev 0)
+++ trunk/ac/conf/dccssconfig.php.default 2006-12-14 09:45:27 UTC (rev 23)
@@ -0,0 +1,123 @@
+<?php
+/* RAPC -- Road Advertisement Panel Control
+ *
+ * RAPCconfig.php - Organization specific configuration of RAPC
+ *
+ * Copyright (C) 2005 DORSCH Consult
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+// Basic configuration options, adjust freely according to your needs
+
+// The name of the Organization running RAPC - please adjust
+$_SESSION["strOrgName"] = "Ministry of Public Works";
+
+// The link banner at the top of the page
+// Use this to integrate RAPC with other parts of your organization's intranet
+// Please adjust
+$_SESSION["strHtmlBanner"] = " ";
+
+// The logos of your Organization
+// please adjust
+// A logo 75px x 75px
+$_SESSION["OrgLogo"] = "images/";
+// A logo 50px x 50px
+$_SESSION["OrgLogoSmall"] = "images/RAPC_small.png";
+
+// A known username/password combination to allow the application to check the
+// database connection - please adjust if necessary
+$_SESSION["strKnownUser"] = "rapc";
+$_SESSION["strKnownPassword"] = "rapc";
+
+/**
+ * The languages that RAPC offers
+ * Note that you will need gettext translations as well as data with the
+ * necessary translations in order to use these languages
+ */
+$_SESSION["arrLanguages"] = array('ar', 'en');
+
+// The codepage used for the creation of shapefiles - used by shapefile loader
+// and dumper - adjust if necessary
+// If no recoding is necessary, use ""
+$_SESSION["strShapefileEncoding"] = "WINDOWS-1256";
+
+// Whether a sewer network should be displayed or not.
+// Please adjust - values are true or false
+$_SESSION["boolHasSewer"] = true;
+
+// Below are advanced configuration options
+// They should only be changed by people with in-depth knowledge of the
+// application
+
+// The database connection
+// Adjust only if you know what you're doing
+$_SESSION["strDataBase"] = "rapc";
+
+// The application logos
+$_SESSION["RAPCLogo"] = "images/";
+$_SESSION["RAPCLogoSmall"] = "images/";
+
+/**
+ * The Mapfile to be used for the map display and workorder printing.
+ * %s will be replaced with the short ISO language code (e.g. 'en').
+ */
+$_SESSION["strMapFile"] = "conf/rapc_%s.map";
+
+// The application log file
+$_SESSION["strLogFileLocation"] = "c://tmp//RAPC.log";
+
+/**
+ * Location of pgsql2shp.exe, psql.exe and shp2pgsql.exe. Required by shapefile
+ * loader and dumper.
+ */
+$_SESSION["strPgClientBinDirectory"] = <<<END
+c:\program files\PostgreSQL\8.1\bin\
+END;
+
+/**
+ * Location of zip command
+ */
+$_SESSION["strZipCommand"] = <<<END
+c:\windows\system32\zip.exe
+END;
+
+/**
+ * The path for temporary files.
+ */
+$_SESSION["strMsTmpDirectory"] = "c:\\tmp\\ms_tmp\\";
+
+/**
+ * Where the HTML_QuickForm validation should take place.
+ * Either "client" or "server"
+ */
+$_SESSION["strHtmlQuickFormValidation"] = 'client';
+
+/**
+* Set the RAPC administrator group name
+*/
+$_SESSION['administratorGroup']='rapcadministrator';
+
+/**
+** Oracle server name
+*/
+$_SESSION["strOracleServer"]='mpwh';
+/**
+* set textdomain
+**/
+$_SESSION['textdomain']='rapc';
+//Directory to save loaded images
+$_SESSION['imagedir']="c:/program files/rapc/data/plugin/";
+?>
Added: trunk/ac/conf/identifyplugin.ini
===================================================================
--- trunk/ac/conf/identifyplugin.ini (rev 0)
+++ trunk/ac/conf/identifyplugin.ini 2006-12-14 09:45:27 UTC (rev 23)
@@ -0,0 +1,22 @@
+; Configuration file for map.php plug-ins
+[IdentifyPlugin]
+Plugin1 = ImageIdentifyPlugin
+; The name of the layer that is associated with the plug-in. Case sensitive.
+Layer1 = Panel
+;Plugin2 = ???
+;Layer2 = ???
+
+[Plugin1]
+; Location of the image files in the file system (A directory).
+; The token '%s' will be replaced by field value
+ImageLocation = "c:\program files\mpwh\rapc\data\plugin\%s\"
+; Location of the image files on the web server. A (preferably relative) URL.
+; The token '%s' will be replaced by field value.
+ImageLocationURL = "/rapc/data/plugin/%s/";
+; Pattern to filter directory contents.
+; A PERL regular expression.
+Pattern = "/.*\.[jJ][pP][gG]$/"
+; Field name in mapserver file. Has to be configured in map file.
+; Values will be used to complete the image location.
+Field = id
+
Added: trunk/ac/conf/identifyplugin.ini.default
===================================================================
--- trunk/ac/conf/identifyplugin.ini.default (rev 0)
+++ trunk/ac/conf/identifyplugin.ini.default 2006-12-14 09:45:27 UTC (rev 23)
@@ -0,0 +1,22 @@
+; Configuration file for map.php plug-ins
+[IdentifyPlugin]
+Plugin1 = ImageIdentifyPlugin
+; The name of the layer that is associated with the plug-in. Case sensitive.
+Layer1 = Panel
+;Plugin2 = ???
+;Layer2 = ???
+
+[Plugin1]
+; Location of the image files in the file system (A directory).
+; The token '%s' will be replaced by field value
+ImageLocation = "c:\program files\rapc\data\plugin\%s\"
+; Location of the image files on the web server. A (preferably relative) URL.
+; The token '%s' will be replaced by field value.
+ImageLocationURL = "/rapc/data/plugin/%s/";
+; Pattern to filter directory contents.
+; A PERL regular expression.
+Pattern = "/.*\.[jJ][pP][gG]$/"
+; Field name in mapserver file. Has to be configured in map file.
+; Values will be used to complete the image location.
+Field = id
+
Added: trunk/ac/conf/php.ini
===================================================================
--- trunk/ac/conf/php.ini (rev 0)
+++ trunk/ac/conf/php.ini 2006-12-14 09:45:27 UTC (rev 23)
@@ -0,0 +1,1088 @@
+[PHP]
+
+;;;;;;;;;;;;;;;;;;;
+; About this file ;
+;;;;;;;;;;;;;;;;;;;
+;
+; This is the recommended, PHP 4-style version of the php.ini-dist file. It
+; sets some non standard settings, that make PHP more efficient, more secure,
+; and encourage cleaner coding.
+; The price is that with these settings, PHP may be incompatible with some
+; applications, and sometimes, more difficult to develop with. Using this
+; file is warmly recommended for production sites. As all of the changes from
+; the standard settings are thoroughly documented, you can go over each one,
+; and decide whether you want to use it or not.
+;
+; For general information about the php.ini file, please consult the php.ini-dist
+; file, included in your PHP distribution.
+;
+; This file is different from the php.ini-dist file in the fact that it features
+; different values for several directives, in order to improve performance, while
+; possibly breaking compatibility with the standard out-of-the-box behavior of
+; PHP 3. Please make sure you read what's different, and modify your scripts
+; accordingly, if you decide to use this file instead.
+;
+; - register_globals = Off [Security, Performance]
+; Global variables are no longer registered for input data (POST, GET, cookies,
+; environment and other server variables). Instead of using $foo, you must use
+; you can use $_REQUEST["foo"] (includes any variable that arrives through the
+; request, namely, POST, GET and cookie variables), or use one of the specific
+; $_GET["foo"], $_POST["foo"], $_COOKIE["foo"] or $_FILES["foo"], depending
+; on where the input originates. Also, you can look at the
+; import_request_variables() function.
+; Note that register_globals is going to be depracated (i.e., turned off by
+; default) in the next version of PHP, because it often leads to security bugs.
+; Read http://php.net/manual/en/security.registerglobals.php for further
+; information.
+; - display_errors = Off [Security]
+; With this directive set to off, errors that occur during the execution of
+; scripts will no longer be displayed as a part of the script output, and thus,
+; will no longer be exposed to remote users. With some errors, the error message
+; content may expose information about your script, web server, or database
+; server that may be exploitable for hacking. Production sites should have this
+; directive set to off.
+; - log_errors = On [Security]
+; This directive complements the above one. Any errors that occur during the
+; execution of your script will be logged (typically, to your server's error log,
+; but can be configured in several ways). Along with setting display_errors to off,
+; this setup gives you the ability to fully understand what may have gone wrong,
+; without exposing any sensitive information to remote users.
+; - output_buffering = 4096 [Performance]
+; Set a 4KB output buffer. Enabling output buffering typically results in less
+; writes, and sometimes less packets sent on the wire, which can often lead to
+; better performance. The gain this directive actually yields greatly depends
+; on which Web server you're working with, and what kind of scripts you're using.
+; - register_argc_argv = Off [Performance]
+; Disables registration of the somewhat redundant $argv and $argc global
+; variables.
+; - magic_quotes_gpc = Off [Performance]
+; Input data is no longer escaped with slashes so that it can be sent into
+; SQL databases without further manipulation. Instead, you should use the
+; function addslashes() on each input element you wish to send to a database.
+; - variables_order = "GPCS" [Performance]
+; The environment variables are not hashed into the $HTTP_ENV_VARS[]. To access
+; environment variables, you can use getenv() instead.
+; - error_reporting = E_ALL [Code Cleanliness, Security(?)]
+; By default, PHP surpresses errors of type E_NOTICE. These error messages
+; are emitted for non-critical errors, but that could be a symptom of a bigger
+; problem. Most notably, this will cause error messages about the use
+; of uninitialized variables to be displayed.
+; - allow_call_time_pass_reference = Off [Code cleanliness]
+; It's not possible to decide to force a variable to be passed by reference
+; when calling a function. The PHP 4 style to do this is by making the
+; function require the relevant argument by reference.
+
+
+;;;;;;;;;;;;;;;;;;;;
+; Language Options ;
+;;;;;;;;;;;;;;;;;;;;
+
+; Enable the PHP scripting language engine under Apache.
+engine = On
+
+; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
+; NOTE: Using short tags should be avoided when developing applications or
+; libraries that are meant for redistribution, or deployment on PHP
+; servers which are not under your control, because short tags may not
+; be supported on the target server. For portable, redistributable code,
+; be sure not to use short tags.
+short_open_tag = On
+
+; Allow ASP-style <% %> tags.
+asp_tags = Off
+
+; The number of significant digits displayed in floating point numbers.
+precision = 14
+
+; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
+y2k_compliance = On
+
+; Output buffering allows you to send header lines (including cookies) even
+; after you send body content, at the price of slowing PHP's output layer a
+; bit. You can enable output buffering during runtime by calling the output
+; buffering functions. You can also enable output buffering for all files by
+; setting this directive to On. If you wish to limit the size of the buffer
+; to a certain size - you can use a maximum number of bytes instead of 'On', as
+; a value for this directive (e.g., output_buffering=4096).
+output_buffering = 4096
+
+; You can redirect all of the output of your scripts to a function. For
+; example, if you set output_handler to "mb_output_handler", character
+; encoding will be transparently converted to the specified encoding.
+; Setting any output handler automatically turns on output buffering.
+; Note: People who wrote portable scripts should not depend on this ini
+; directive. Instead, explicitly set the output handler using ob_start().
+; Using this ini directive may cause problems unless you know what script
+; is doing.
+; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
+; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
+;output_handler =
+
+; Transparent output compression using the zlib library
+; Valid values for this option are 'off', 'on', or a specific buffer size
+; to be used for compression (default is 4KB)
+; Note: Resulting chunk size may vary due to nature of compression. PHP
+; outputs chunks that are few handreds bytes each as a result of compression.
+; If you want larger chunk size for better performence, enable output_buffering
+; also.
+; Note: output_handler must be empty if this is set 'On' !!!!
+; Instead you must use zlib.output_handler.
+zlib.output_compression = Off
+
+; You cannot specify additional output handlers if zlib.output_compression
+; is activated here. This setting does the same as output_handler but in
+; a different order.
+;zlib.output_handler =
+
+; Implicit flush tells PHP to tell the output layer to flush itself
+; automatically after every output block. This is equivalent to calling the
+; PHP function flush() after each and every call to print() or echo() and each
+; and every HTML block. Turning this option on has serious performance
+; implications and is generally recommended for debugging purposes only.
+implicit_flush = Off
+
+; The unserialize callback function will called (with the undefind class'
+; name as parameter), if the unserializer finds an undefined class
+; which should be instanciated.
+; A warning appears if the specified function is not defined, or if the
+; function doesn't include/implement the missing class.
+; So only set this entry, if you really want to implement such a
+; callback-function.
+unserialize_callback_func=
+
+; Whether to enable the ability to force arguments to be passed by reference
+; at function call time. This method is deprecated and is likely to be
+; unsupported in future versions of PHP/Zend. The encouraged method of
+; specifying which arguments should be passed by reference is in the function
+; declaration. You're encouraged to try and turn this option Off and make
+; sure your scripts work properly with it in order to ensure they will work
+; with future versions of the language (you will receive a warning each time
+; you use this feature, and the argument will be passed by value instead of by
+; reference).
+allow_call_time_pass_reference = On
+
+;
+; Safe Mode
+;
+safe_mode = Off
+
+; By default, Safe Mode does a UID compare check when
+; opening files. If you want to relax this to a GID compare,
+; then turn on safe_mode_gid.
+safe_mode_gid = Off
+
+; When safe_mode is on, UID/GID checks are bypassed when
+; including files from this directory and its subdirectories.
+; (directory must also be in include_path or full path must
+; be used when including)
+safe_mode_include_dir =
+
+; When safe_mode is on, only executables located in the safe_mode_exec_dir
+; will be allowed to be executed via the exec family of functions.
+safe_mode_exec_dir =
+
+; Setting certain environment variables may be a potential security breach.
+; This directive contains a comma-delimited list of prefixes. In Safe Mode,
+; the user may only alter environment variables whose names begin with the
+; prefixes supplied here. By default, users will only be able to set
+; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
+;
+; Note: If this directive is empty, PHP will let the user modify ANY
+; environment variable!
+safe_mode_allowed_env_vars = PHP_
+
+; This directive contains a comma-delimited list of environment variables that
+; the end user won't be able to change using putenv(). These variables will be
+; protected even if safe_mode_allowed_env_vars is set to allow to change them.
+safe_mode_protected_env_vars = LD_LIBRARY_PATH
+
+; open_basedir, if set, limits all file operations to the defined directory
+; and below. This directive makes most sense if used in a per-directory
+; or per-virtualhost web server configuration file. This directive is
+; *NOT* affected by whether Safe Mode is turned On or Off.
+;open_basedir =
+
+; This directive allows you to disable certain functions for security reasons.
+; It receives a comma-delimited list of function names. This directive is
+; *NOT* affected by whether Safe Mode is turned On or Off.
+disable_functions =
+
+; Colors for Syntax Highlighting mode. Anything that's acceptable in
+; <font color="??????"> would work.
+;highlight.string = #DD0000
+;highlight.comment = #FF9900
+;highlight.keyword = #007700
+;highlight.bg = #FFFFFF
+;highlight.default = #0000BB
+;highlight.html = #000000
+
+
+;
+; Misc
+;
+; Decides whether PHP may expose the fact that it is installed on the server
+; (e.g. by adding its signature to the Web server header). It is no security
+; threat in any way, but it makes it possible to determine whether you use PHP
+; on your server or not.
+expose_php = On
+
+
+;;;;;;;;;;;;;;;;;;;
+; Resource Limits ;
+;;;;;;;;;;;;;;;;;;;
+
+max_execution_time = 3000 ; Maximum execution time of each script, in seconds
+max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
+memory_limit = 80M ; Maximum amount of memory a script may consume (8MB)
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; Error handling and logging ;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+; error_reporting is a bit-field. Or each number up to get desired error
+; reporting level
+; E_ALL - All errors and warnings
+; E_ERROR - fatal run-time errors
+; E_WARNING - run-time warnings (non-fatal errors)
+; E_PARSE - compile-time parse errors
+; E_NOTICE - run-time notices (these are warnings which often result
+; from a bug in your code, but it's possible that it was
+; intentional (e.g., using an uninitialized variable and
+; relying on the fact it's automatically initialized to an
+; empty string)
+; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
+; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
+; initial startup
+; E_COMPILE_ERROR - fatal compile-time errors
+; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
+; E_USER_ERROR - user-generated error message
+; E_USER_WARNING - user-generated warning message
+; E_USER_NOTICE - user-generated notice message
+;
+; Examples:
+;
+; - Show all errors, except for notices
+;
+;error_reporting = E_ALL & ~E_NOTICE
+;
+; - Show only errors
+;
+;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
+;
+; - Show all errors
+;
+error_reporting =E_ALL & ~E_NOTICE
+
+; Print out errors (as a part of the output). For production web sites,
+; you're strongly encouraged to turn this feature off, and use error logging
+; instead (see below). Keeping display_errors enabled on a production web site
+; may reveal security information to end users, such as file paths on your Web
+; server, your database schema or other information.
+display_errors = On
+
+; Even when display_errors is on, errors that occur during PHP's startup
+; sequence are not displayed. It's strongly recommended to keep
+; display_startup_errors off, except for when debugging.
+display_startup_errors = On
+
+; Log errors into a log file (server-specific log, stderr, or error_log (below))
+; As stated above, you're strongly advised to use error logging in place of
+; error displaying on production web sites.
+log_errors = On
+
+; Set maximum length of log_errors. In error_log information about the source is
+; added. The default is 1024 and 0 allows to not apply any maximum length at all.
+log_errors_max_len = 1024
+
+; Do not log repeated messages. Repeated errors must occur in same file on same
+; line until ignore_repeated_source is set true.
+ignore_repeated_errors = Off
+
+; Ignore source of message when ignoring repeated messages. When this setting
+; is On you will not log errors with repeated messages from different files or
+; sourcelines.
+ignore_repeated_source = Off
+
+; If this parameter is set to Off, then memory leaks will not be shown (on
+; stdout or in the log). This has only effect in a debug compile, and if
+; error reporting includes E_WARNING in the allowed list
+report_memleaks = On
+
+; Store the last error/warning message in $php_errormsg (boolean).
+track_errors = Off
+
+; Disable the inclusion of HTML tags in error messages.
+;html_errors = Off
+
+; If html_errors is set On PHP produces clickable error messages that direct
+; to a page describing the error or function causing the error in detail.
+; You can download a copy of the PHP manual from http://www.php.net/docs.php
+; and change docref_root to the base URL of your local copy including the
+; leading '/'. You must also specify the file extension being used including
+; the dot.
+;docref_root = /phpmanual/
+;docref_ext = .html
+
+; String to output before an error message.
+;error_prepend_string = "<font color=ff0000>"
+
+; String to output after an error message.
+;error_append_string = "</font>"
+
+; Log errors to specified file.
+;error_log = filename
+
+; Log errors to syslog (Event Log on NT, not valid in Windows 95).
+;error_log = syslog
+
+
+;;;;;;;;;;;;;;;;;
+; Data Handling ;
+;;;;;;;;;;;;;;;;;
+;
+; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
+
+; The separator used in PHP generated URLs to separate arguments.
+; Default is "&".
+;arg_separator.output = "&"
+
+; List of separator(s) used by PHP to parse input URLs into variables.
+; Default is "&".
+; NOTE: Every character in this directive is considered as separator!
+;arg_separator.input = ";&"
+
+; This dir...
[truncated message content] |
|
From: <mah...@us...> - 2006-12-14 09:59:25
|
Revision: 23
http://svn.sourceforge.net/rapc/?rev=23&view=rev
Author: maher_karim
Date: 2006-12-14 01:45:27 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/conf/
trunk/ac/conf/dataobject.ini
trunk/ac/conf/dataobject.ini.default
trunk/ac/conf/dccssconfig.php
trunk/ac/conf/dccssconfig.php.default
trunk/ac/conf/identifyplugin.ini
trunk/ac/conf/identifyplugin.ini.default
trunk/ac/conf/php.ini
trunk/ac/conf/rapc_ar.map
trunk/ac/conf/rapc_en.fnt
trunk/ac/conf/rapc_en.jpg
trunk/ac/conf/rapc_en.map
trunk/ac/conf/rapc_en.sym
trunk/ac/conf/sample_ar.map
trunk/ac/conf/sample_en.map
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 10:15:34
|
Revision: 24
http://svn.sourceforge.net/rapc/?rev=24&view=rev
Author: maher_karim
Date: 2006-12-14 02:15:27 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/locale/
trunk/ac/locale/ar/
trunk/ac/locale/ar/LC_MESSAGES/
trunk/ac/locale/ar/LC_MESSAGES/ac.mo
trunk/ac/locale/ar/LC_MESSAGES/ac.po
trunk/ac/locale/en/
trunk/ac/locale/en/LC_MESSAGES/
trunk/ac/locale/en/LC_MESSAGES/ac.mo
trunk/ac/locale/en/LC_MESSAGES/ac.po
Added: trunk/ac/locale/ar/LC_MESSAGES/ac.mo
===================================================================
Added: trunk/ac/locale/ar/LC_MESSAGES/ac.po
===================================================================
--- trunk/ac/locale/ar/LC_MESSAGES/ac.po (rev 0)
+++ trunk/ac/locale/ar/LC_MESSAGES/ac.po 2006-12-14 10:15:27 UTC (rev 24)
@@ -0,0 +1,1999 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: mpwh\n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: 2006-11-15 13:15+0200\n"
+"Last-Translator: t <t>\n"
+"Language-Team: dc <mah...@do...>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Arabic\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Basepath: .\n"
+"X-Poedit-SearchPath-0: ../../..\n"
+
+#: ../../../about.php:25
+msgid "About the Road Advertisement Panel Control"
+msgstr "حول برنامج التحكم باللوحات الاعلانية على الطرق."
+
+#: ../../../about.php:57
+#, php-format
+msgid "RAPC uses icons of the %sGNOME%s project."
+msgstr ""
+
+#: ../../../about.php:60
+#, php-format
+msgid "RAPC uses %sPostGIS%s."
+msgstr ""
+
+#: ../../../about.php:68
+#, php-format
+msgid "RAPC uses the %sPostgreSQL%s data base management system."
+msgstr ""
+
+#: ../../../about.php:88
+msgid "Authors"
+msgstr "المؤلفون"
+
+#: ../../../address_confirmation.php:31
+msgid "Address Confirmation"
+msgstr "تأكيد العنوان"
+
+#: ../../../address_confirmation.php:32
+msgid "Village No.:"
+msgstr "رقم القرية:"
+
+#: ../../../address_confirmation.php:33
+msgid "Block No.:"
+msgstr "رقم الحوض:"
+
+#: ../../../address_confirmation.php:34
+msgid "Sector No.:"
+msgstr "رقم الحي:"
+
+#: ../../../address_confirmation.php:35
+msgid "DLS"
+msgstr "الاراضي و المساحة"
+
+#: ../../../address_confirmation.php:36
+msgid "Comprehensive subscriber survey numbering"
+msgstr "ترقيم المسح الميداني الشامل للمشتركين"
+
+#: ../../../address_confirmation.php:36
+msgid "JVA"
+msgstr "سلطة وادي الاردن"
+
+#: ../../../address_confirmation.php:36
+msgid "HUDD"
+msgstr "الاسكان و التطويلر الحضري"
+
+#: ../../../address_confirmation.php:37
+msgid "Numbering type::"
+msgstr "طريقة الترقيم:"
+
+#: ../../../address_confirmation.php:38
+msgid "Plot No.:"
+msgstr "رقم القطعة:"
+
+#: ../../../address_confirmation.php:39
+#: ../../../include/dataobject/Public_panel.php:360
+msgid "Submit"
+msgstr "حفظ"
+
+#: ../../../address_confirmation.php:40
+#: ../../../address_confirmation.php:49
+msgid "The Village number should be numeric."
+msgstr "رقم القرية يجب ان يكون رقم."
+
+#: ../../../address_confirmation.php:42
+#: ../../../address_confirmation.php:51
+msgid "The Block number should be numeric."
+msgstr "الحوض يجب ان يكون رقم."
+
+#: ../../../address_confirmation.php:44
+#: ../../../address_confirmation.php:53
+msgid "The Sector number should be numeric."
+msgstr "الحي يجب ان يكون رقم."
+
+#: ../../../address_confirmation.php:46
+#: ../../../address_confirmation.php:55
+msgid "The Plot number should be numeric."
+msgstr "القطعة يجب ان تكون رقم."
+
+#: ../../../address_confirmation.php:83
+msgid "Total No. of records found is:#"
+msgstr ""
+
+#: ../../../address_confirmation.php:101
+#, fuzzy
+msgid "Dispaly on Map"
+msgstr "اظهار على الخريطة"
+
+#: ../../../address_confirmation.php:105
+#: ../../../map.php:717
+msgid "Print map"
+msgstr "طباعة الخريطة"
+
+#: ../../../address_confirmation.php:118
+msgid "Nothing Processed"
+msgstr "لم تتم المعالجة"
+
+#: ../../../index.php:26
+msgid "Ministry of Public works and Housing"
+msgstr "وزارة الاشغال العامة و الاسكان"
+
+#: ../../../index.php:47
+msgid "Road Advertisement Panel Control"
+msgstr "برنامج التحكم باللوحات الاعلانية على الطرق"
+
+#: ../../../index.php:48
+msgid "Welcome to the Road Advertisment Panel Control."
+msgstr "اهلا بكم في برنامج التحكم باللوحات الاعلانية على الطرق"
+
+#: ../../../index.php:52
+msgid "Query"
+msgstr "الاستفسار"
+
+#: ../../../index.php:53
+msgid "Click this link to query Panel information."
+msgstr "اضغط على الرابط للاستفسار عن معلومات لوحة"
+
+#: ../../../index.php:55
+msgid "Map"
+msgstr "الخريطة"
+
+#: ../../../index.php:56
+msgid "Click this link to view the interactive map."
+msgstr "اضغط على الرابط للمشاهدة على الخريطة"
+
+#: ../../../index.php:58
+msgid "New Data Entry"
+msgstr "ادخال معلومات لوحة جديدة"
+
+#: ../../../index.php:59
+#: ../../../index.php:62
+msgid "Click this link to enter new data."
+msgstr "اضغط على الرابط لادخال معلومات جديدة"
+
+#: ../../../index.php:61
+msgid "Old Data Entry"
+msgstr "ادخال معلومات لوحة قديمة"
+
+#: ../../../index.php:65
+#: ../../../reports.php:28
+msgid "Reports"
+msgstr "التقارير"
+
+#: ../../../index.php:66
+msgid "Click this link to select one of the reports."
+msgstr "اضغط على الرابط لاختيار احد التقارير"
+
+#: ../../../index.php:68
+msgid "About"
+msgstr "حول"
+
+#: ../../../index.php:69
+msgid "Click this link to view the RAPC copyright information."
+msgstr "اضغط على الرابط لمعرفة حقوق النشر"
+
+#: ../../../index.php:74
+#: ../../../index.php:75
+msgid "Administration"
+msgstr "الادارة"
+
+#: ../../../index.php:79
+#: ../../../admin/shapefile_loader.php:32
+msgid "Shapefile Loader"
+msgstr "تحميل البيانات المكانية"
+
+#: ../../../index.php:80
+msgid "Load zipped files in shapefile format to the geodatabase."
+msgstr "تحميل الملفات المضغوطة للبيانات المكانية"
+
+#: ../../../index.php:83
+msgid "Shapefile Dumper"
+msgstr "تنزيل البيانات المك\xD8\xA7نية"
+
+#: ../../../index.php:84
+msgid "Download zipped shapefiles from the geodatabase."
+msgstr "تنزيل البيانات المكانية من قاعدة البيانات بشكل مضغوط."
+
+#: ../../../logon.php:45
+#, php-format
+msgid "FATAL ERROR: PHP extension '%s' is not loaded."
+msgstr ""
+
+#: ../../../logon.php:63
+#, php-format
+msgid "FATAL ERROR: Configuration file \"%s\" is missing."
+msgstr ""
+
+#: ../../../logon.php:74
+msgid "Logon failed."
+msgstr "خطأ دخول"
+
+#: ../../../logon.php:79
+#, php-format
+msgid "Could not connect to database '%s'."
+msgstr "لا يمكن الربط مع قاعدة البيانات '%s'"
+
+#: ../../../logon.php:81
+msgid "Please contact your RAPC administrator."
+msgstr "الرجاء الاتصال مع مدير النظام."
+
+#: ../../../logon.php:109
+#: ../../../logon.php:112
+msgid "PostGIS is not installed."
+msgstr ""
+
+#: ../../../logon.php:122
+#: ../../../logon.php:125
+msgid "PostArabic is not installed."
+msgstr ""
+
+#: ../../../logon.php:150
+msgid "Please provide username and password."
+msgstr "الرجاء ادخال اسم المستخدم و كلمة المرور"
+
+#: ../../../logon.php:160
+#, php-format
+msgid "Logged off user '%s'."
+msgstr "خروج المستخدم '%s'."
+
+#: ../../../logon.php:170
+#: ../../../logon.php:171
+msgid "Logon to RAPC"
+msgstr "الدخول الى النظام"
+
+#: ../../../logon.php:175
+msgid "MPWH Road Advertisement Panel Control."
+msgstr "وزارة الاشغال - نظام التحكم باللوحات الاعلانية على الطرق"
+
+#: ../../../logon.php:181
+msgid "Your RAPC user name."
+msgstr "اسم المستخدم."
+
+#: ../../../logon.php:181
+#: ../../../admin/user_management.php:56
+msgid "User Name:"
+msgstr "اسم المستخدم:"
+
+#: ../../../logon.php:183
+msgid "Your RAPC password."
+msgstr "كلمة المرور."
+
+#: ../../../logon.php:183
+#: ../../../admin/user_management.php:59
+#: ../../../admin/user_management.php:122
+msgid "Password:"
+msgstr "كلمة السر:"
+
+#: ../../../logon.php:185
+msgid "Login"
+msgstr "دخول"
+
+#: ../../../map.php:200
+#, php-format
+msgid "Moving Point %s."
+msgstr "تحريك النقطة %s."
+
+#: ../../../map.php:228
+msgid "Deleted Point."
+msgstr "حذف النقطة."
+
+#: ../../../map.php:228
+msgid " "
+msgstr ""
+
+#: ../../../map.php:228
+msgid "PointID:"
+msgstr "رقم النقطة:"
+
+#: ../../../map.php:228
+msgid "id"
+msgstr "رقم النقطة"
+
+#: ../../../map.php:268
+msgid "NO geocode value returned"
+msgstr ""
+
+#: ../../../map.php:288
+msgid "Moved Panel#."
+msgstr "تم تحريك النقطة #"
+
+#: ../../../map.php:506
+msgid "Legend"
+msgstr "المفتاح"
+
+#: ../../../map.php:528
+msgid "Display the Routes"
+msgstr "اظهار الطرق"
+
+#: ../../../map.php:529
+msgid "Route"
+msgstr "الطريق"
+
+#: ../../../map.php:543
+msgid "Display the Villages"
+msgstr "اظهار القرى"
+
+#: ../../../map.php:544
+msgid "Villages"
+msgstr "القرى"
+
+#: ../../../map.php:558
+msgid "Display the Administrative boundary"
+msgstr "اظهار الحدود الادارية"
+
+#: ../../../map.php:559
+msgid "Administrative boundary"
+msgstr "الحدود الادارية"
+
+#: ../../../map.php:569
+msgid "Landmark"
+msgstr "المعالم"
+
+#: ../../../map.php:577
+msgid "Refresh the map display"
+msgstr "تحديث الخريطة"
+
+#: ../../../map.php:578
+msgid "Redraw Map"
+msgstr "اعادة رسم الخريطة"
+
+#: ../../../map.php:586
+msgid "Zoom to grid"
+msgstr "التكبير الى"
+
+#: ../../../map.php:604
+msgid "Select the map size from the list."
+msgstr "اختيار ابعاد الخريطة من القائمة."
+
+#: ../../../map.php:605
+msgid "Map Size"
+msgstr "حجم الخريطة"
+
+#: ../../../map.php:631
+msgid "From Point:"
+msgstr "من النقطة:"
+
+#: ../../../map.php:634
+msgid "To Point:"
+msgstr "الى النقطة:"
+
+#: ../../../map.php:637
+msgid "Distance:"
+msgstr "المسافة بين النقطتين:"
+
+#: ../../../map.php:640
+msgid "Find distance"
+msgstr "ايجاد المسافة"
+
+#: ../../../map.php:660
+msgid "Keymap"
+msgstr "الخريطة العامة"
+
+#: ../../../map.php:664
+msgid "Click on the key map to view an area."
+msgstr "اضغط على الخريطة العامة للتكبير الى منطقة."
+
+#: ../../../map.php:675
+msgid "Zoom in further to display more detailed map information."
+msgstr "التكبير اكثر لاظهار تفاصيل اكثر."
+
+#: ../../../map.php:677
+msgid "Zoom In"
+msgstr "تكبير"
+
+#: ../../../map.php:685
+msgid "Zoom out to display a larger area of the map."
+msgstr "التصغير لاظهار تفاصيل اقل."
+
+#: ../../../map.php:687
+msgid "Zoom Out"
+msgstr "تصغير"
+
+#: ../../../map.php:695
+msgid "Move the map view without zooming in or out."
+msgstr "التنقل عبر الخريطة بدون تكبير او تصغير."
+
+#: ../../../map.php:697
+msgid "Pan"
+msgstr "تحريك"
+
+#: ../../../map.php:705
+msgid "Display information about elements in the map."
+msgstr "اظهار معلومات حول عناصر الخريطة."
+
+#: ../../../map.php:707
+msgid "Identify"
+msgstr "تعريف"
+
+#: ../../../panelinstallation_report.php:29
+msgid "Panel installation report"
+msgstr "تقرير تركيب اللوحات"
+
+#: ../../../panelinstallation_report.php:37
+msgid "Panel Installation"
+msgstr "تركيب اللوحة"
+
+#: ../../../panelinstallation_report.php:44
+#: ../../../query.php:76
+#: ../../../query.php:89
+#: ../../../query.php:99
+#: ../../../include/header.php:291
+#: ../../../include/i18n.php:47
+msgid "[Select One]"
+msgstr "[تحرير]"
+
+#: ../../../panelinstallation_report.php:53
+#: ../../../query.php:52
+msgid "District"
+msgstr "المحافظة"
+
+#: ../../../panelinstallation_report.php:54
+msgid "From Date:"
+msgstr "من تاريخ:"
+
+#: ../../../panelinstallation_report.php:55
+#: ../../../panelinstallation_report.php:57
+#: ../../../query.php:55
+msgid "Select date"
+msgstr "اختر التاريخ"
+
+#: ../../../panelinstallation_report.php:56
+msgid "To Date:"
+msgstr "الى تاريخ:"
+
+#: ../../../panelinstallation_report.php:58
+#: ../../../query.php:110
+msgid "Search The Database"
+msgstr "البحث في قاعدة البيانات"
+
+#: ../../../panelinstallation_report.php:105
+msgid "Authorized panel list from:"
+msgstr "قائمة اللوحات المرخصة من:"
+
+#: ../../../panelinstallation_report.php:107
+msgid " To:"
+msgstr "الى:"
+
+#: ../../../panelinstallation_report.php:108
+msgid "District:"
+msgstr "المحافظة:"
+
+#: ../../../panelpage.php:38
+msgid "Road Advertisment Panel Control"
+msgstr "برنامج التحكم باللوحات الاعلانية على الطرق"
+
+#: ../../../panelpage.php:91
+msgid "FATAL ERROR: No id provided in request."
+msgstr ""
+
+#: ../../../panelpage.php:148
+msgid "Panel #"
+msgstr "رقم اللوحة"
+
+#: ../../../panelpage.php:151
+#: ../../../panelpage.php:236
+msgid "View on Map"
+msgstr "اظهار على الخريطة"
+
+#: ../../../panelpage.php:158
+msgid "Please refer to RIS information to complete road information."
+msgstr "يرجى الرجوع الى نظام RIS لاستكمال معلومات الطريق و التأكد منها."
+
+#: ../../../panelpage.php:216
+msgid "Failed to save record(s)."
+msgstr "لم يتم حفظ الشجلات."
+
+#: ../../../panelpage.php:225
+msgid "Image is loaded"
+msgstr "تم تحميل الصورة"
+
+#: ../../../panelpage.php:232
+msgid "Record(s) successfully saved."
+msgstr "تمت عملية حفظ السجلات بنجاح."
+
+#: ../../../paneltypes_report.php:36
+msgid "Panel types Report"
+msgstr "تقرير انواع اللوحات الاعلانية."
+
+#: ../../../paneltypes_report.php:36
+msgid "Panel types per route Report"
+msgstr "تقرير توزع انواع اللوحات الاعلانية لكل طريق."
+
+#: ../../../paneltypes_report.php:37
+msgid "Select From Date"
+msgstr "اختر بداية الفترة"
+
+#: ../../../paneltypes_report.php:38
+msgid "Select To Date"
+msgstr "اختر نهاية الفترة"
+
+#: ../../../paneltypes_report.php:52
+msgid "Panel installation on route for the period from"
+msgstr "تركيب اللوحات الاعلانية على الطرق خلال الفترة من"
+
+#: ../../../paneltypes_report.php:53
+msgid "\t\t"
+msgstr ""
+
+#: ../../../paneltypes_report.php:53
+msgid "To"
+msgstr "الى"
+
+#: ../../../paneltypes_report.php:118
+msgid "Advertisement"
+msgstr "لوحة اعلانية"
+
+#: ../../../paneltypes_report.php:119
+msgid "Guide panels"
+msgstr "لوحة ارشادية"
+
+#: ../../../print.php:38
+msgid "Map printing"
+msgstr "طباعة الخريطة"
+
+#: ../../../print.php:61
+msgid "Hashemite Kingdom of Jordan"
+msgstr "المملكة الاردنية الهاشمية"
+
+#: ../../../print.php:62
+msgid "Ministry of Public Works and Housing"
+msgstr "وزارة الاشغال العامة و الاسكان"
+
+#: ../../../print.php:63
+msgid "GIS department"
+msgstr "قسم نظم المعلومات الجغرافية"
+
+#: ../../../print.php:65
+msgid "Date:"
+msgstr "تاريخ الطلب:"
+
+#: ../../../query.php:45
+msgid "Routes"
+msgstr "الطرق"
+
+#: ../../../query.php:45
+msgid "Nodes"
+msgstr "العقد"
+
+#: ../../../query.php:45
+msgid "Briges"
+msgstr "الجسور"
+
+#: ../../../query.php:51
+msgid "Query Panel Information"
+msgstr "الاستفسار عن معلومات اللوحات"
+
+#: ../../../query.php:53
+msgid "Query route"
+msgstr "الاستفسار عن طريق"
+
+#: ../../../query.php:54
+msgid "Select Date:"
+msgstr "اختر تاريخ:"
+
+#: ../../../query.php:56
+msgid "Company Name"
+msgstr "الجهة الطالبة:"
+
+#: ../../../query.php:116
+#: ../../../admin/setup.php:61
+#: ../../../include/dataobject/Copy (2) of Public_panel.php:155
+#: ../../../include/dataobject/Public_panel.php:288
+#: ../../../include/dataobject/public_panel2.php:142
+#: ../../../include/dataobject/back/Copy Public_panel.php:138
+#: ../../../include/dataobject/back/Public_panel.php:142
+msgid "denotes required field"
+msgstr "ادخل معلومات الحقول المطلوبة"
+
+#: ../../../query.php:185
+msgid "Back to Panel"
+msgstr "العودة الى اللوحة"
+
+#: ../../../reports.php:33
+msgid "Panel Installation list"
+msgstr "قائمة اللوحات المركبة"
+
+#: ../../../reports.php:35
+msgid "Panel Types on routes"
+msgstr "انواع اللوحات على الطرق"
+
+#: ../../../admin/setup.php:41
+msgid "DCMMS Setup"
+msgstr ""
+
+#: ../../../admin/setup.php:55
+msgid "Adding the missing translations failed."
+msgstr ""
+
+#: ../../../admin/setup.php:65
+msgid "Languages in include/dcmconfig.php:"
+msgstr ""
+
+#: ../../../admin/setup.php:68
+#: ../../../admin/setup.php:87
+msgid "ISO Code"
+msgstr ""
+
+#: ../../../admin/setup.php:82
+#, php-format
+msgid "Languages in the Language table of the %s database."
+msgstr ""
+
+#: ../../../admin/setup.php:88
+msgid "Name"
+msgstr "الاسم"
+
+#: ../../../admin/setup.php:95
+msgid "Plug-Ins"
+msgstr ""
+
+#: ../../../admin/setup.php:96
+msgid "Identify Plug-Ins"
+msgstr ""
+
+#: ../../../admin/setup.php:115
+msgid "PEAR Packages"
+msgstr ""
+
+#: ../../../admin/setup.php:120
+msgid "Package"
+msgstr ""
+
+#: ../../../admin/setup.php:121
+msgid "Version"
+msgstr ""
+
+#: ../../../admin/shapefile_dumper.php:38
+msgid "Error: Zip program is missing."
+msgstr ""
+
+#: ../../../admin/shapefile_dumper.php:46
+msgid "Error: pgsql2shp program is missing."
+msgstr ""
+
+#: ../../../admin/shapefile_dumper.php:51
+msgid "Download shapefiles from geodatabase."
+msgstr "تنزيل Shapefile من قاعدة البيانات"
+
+#: ../../../admin/shapefile_dumper.php:124
+msgid "Download "
+msgstr "تنزيل"
+
+#: ../../../admin/shapefile_dumper.php:128
+#, php-format
+msgid "Failed to dump table '%s' to a shapefile."
+msgstr "تم فشل تنزيل الجدول '%s' الى Shapefile"
+
+#: ../../../admin/shapefile_dumper.php:136
+msgid "Please select the table which you want to download."
+msgstr "اختر الجدول الذي ترغب في تنزيله."
+
+#: ../../../admin/shapefile_dumper.php:150
+msgid "The table for download."
+msgstr "الجدول من اجل التنزيل."
+
+#: ../../../admin/shapefile_dumper.php:150
+msgid "Table Name:"
+msgstr "اسم الجدول:"
+
+#: ../../../admin/shapefile_dumper.php:152
+msgid "Select this if fields like 'frlocation' or 'ardescript' should be updated."
+msgstr ""
+
+#: ../../../admin/shapefile_dumper.php:156
+msgid "Press the button after selecting the table."
+msgstr "اضغط على الزر بعد اختيار الجدول."
+
+#: ../../../admin/shapefile_dumper.php:157
+msgid "Dump File"
+msgstr "تنزيل الملف"
+
+#: ../../../admin/shapefile_loader.php:46
+#, php-format
+msgid "Error: shp2pgsql program (%sshp2pgsql.exe)is missing."
+msgstr ""
+
+#: ../../../admin/shapefile_loader.php:74
+#, php-format
+msgid "Received file '%s'."
+msgstr "استلام الملف '%s'"
+
+#: ../../../admin/shapefile_loader.php:77
+msgid "Unzipping"
+msgstr "فك الضغط"
+
+#: ../../../admin/shapefile_loader.php:83
+msgid "Name: "
+msgstr "الاسم:"
+
+#: ../../../admin/shapefile_loader.php:84
+msgid "Size: "
+msgstr "الحجم:"
+
+#: ../../../admin/shapefile_loader.php:104
+msgid "Uploaded file is not a zipfile."
+msgstr "الملف الذي تم تحميله غير مضغوط."
+
+#: ../../../admin/shapefile_loader.php:113
+#, php-format
+msgid "Loading '%s'"
+msgstr "تحميل '%s'"
+
+#: ../../../admin/shapefile_loader.php:132
+msgid "Dropping database views."
+msgstr ""
+
+#: ../../../admin/shapefile_loader.php:163
+msgid "Output"
+msgstr "المخرج"
+
+#: ../../../admin/shapefile_loader.php:171
+msgid "Warning: Loader might exceed memory limit."
+msgstr ""
+
+#: ../../../admin/shapefile_loader.php:177
+msgid "Errors"
+msgstr "الاخطاء"
+
+#: ../../../admin/shapefile_loader.php:185
+msgid "Failed to load shapefile."
+msgstr "فشل تحميل Shapefile"
+
+#: ../../../admin/shapefile_loader.php:192
+msgid "Creating database views."
+msgstr ""
+
+#: ../../../admin/shapefile_loader.php:267
+msgid "Done."
+msgstr "انتهى."
+
+#: ../../../admin/shapefile_loader.php:269
+#, php-format
+msgid "Load shapefiles to %s"
+msgstr "تحميل Shapefile الى %s"
+
+#: ../../../admin/shapefile_loader.php:272
+msgid "Please zip your shapefiles before loading. Upload the zipfile."
+msgstr "الرجاء ضغط الملف قبل تحميله. تحميل Shapefile"
+
+#: ../../../admin/shapefile_loader.php:273
+#, php-format
+msgid "The maximum zipfile size is %d MB."
+msgstr ""
+
+#: ../../../admin/shapefile_loader.php:278
+msgid "Load this file:"
+msgstr "تحميل هذا الملف :"
+
+#: ../../../admin/shapefile_loader.php:281
+msgid "The name of the geodatabase table to which the data will be loaded."
+msgstr "اسم قاعدة البيانات التي سوف يتم تحميل البيانات اليها."
+
+#: ../../../admin/shapefile_loader.php:283
+msgid "Select this if the translation table should be updated."
+msgstr ""
+
+#: ../../../admin/shapefile_loader.php:284
+msgid "Update Translations"
+msgstr "تحديث الترجمة."
+
+#: ../../../admin/shapefile_loader.php:286
+msgid "Load file"
+msgstr "تحميل الملف"
+
+#: ../../../admin/user_management.php:43
+#: ../../../include/dccsspage.php:467
+msgid "This page is for RAPC administrators only."
+msgstr "هذه الصفحة للشخص المسؤول عن النظام فقط."
+
+#: ../../../admin/user_management.php:56
+msgid "The name of the RAPC user to be created."
+msgstr "اسم المستخدم الذي سوف يتم انشاؤه."
+
+#: ../../../admin/user_management.php:59
+msgid "The password of the new user."
+msgstr "كلمة المرور للمستخدم الجديد."
+
+#: ../../../admin/user_management.php:70
+msgid "Select the Administrative area."
+msgstr "اختر المنطقة الادارية"
+
+#: ../../../admin/user_management.php:72
+msgid "Create user"
+msgstr "انشاء مستخدم"
+
+#: ../../../admin/user_management.php:73
+msgid "Click this button to create the new user."
+msgstr "اضغط على الرابط لادخال معلومات جديدة"
+
+#: ../../../admin/user_management.php:96
+#, php-format
+msgid "Successfully created user '%s'."
+msgstr "تم انشاء المستخدم %s بنجاح."
+
+#: ../../../admin/user_management.php:100
+#: ../../../admin/user_management.php:106
+#, fuzzy, php-format
+msgid "Failed to create user '%s'."
+msgstr "لم يتم حفظ الشجلات."
+
+#: ../../../admin/user_management.php:113
+#, php-format
+msgid "Edit User '%s'"
+msgstr "تعديل المستخدم '%s'"
+
+#: ../../../admin/user_management.php:122
+msgid "The password of the user."
+msgstr "كلمة المرور للمستخدم."
+
+#: ../../../admin/user_management.php:133
+msgid "Select the administrative area."
+msgstr "اختيار المنطقة الادارية."
+
+#: ../../../admin/user_management.php:135
+msgid "Save"
+msgstr "حفظ"
+
+#: ../../../admin/user_management.php:136
+#, fuzzy
+msgid "Click this button to save the information."
+msgstr "اضغط على الرابط للاستفسار عن معلومات لوحة"
+
+#: ../../../admin/user_management.php:153
+#, php-format
+msgid "Successfully updated the password of user '%s'."
+msgstr "تم تحديث كلمة المرور للمستخدم '%s'"
+
+#: ../../../admin/user_management.php:157
+#, php-format
+msgid "Failed to update the password of user '%s'."
+msgstr "فشل تحديث كلمة المرور للمستخدم '%s'."
+
+#: ../../../admin/user_management.php:170
+#, php-format
+msgid "Successfully updated the administrative area of user '%s'."
+msgstr ""
+
+#: ../../../admin/user_management.php:174
+#, php-format
+msgid "Failed to update the administrative area of user '%s'."
+msgstr ""
+
+#: ../../../admin/user_management.php:198
+#, php-format
+msgid "Successfully updated the priviledges of user '%s'."
+msgstr ""
+
+#: ../../../admin/user_management.php:202
+#, php-format
+msgid "Failed to update the priviledges of user '%s'."
+msgstr ""
+
+#: ../../../admin/user_management.php:217
+#, php-format
+msgid "Successfully removed user '%s'."
+msgstr ""
+
+#: ../../../admin/user_management.php:222
+#, fuzzy, php-format
+msgid "Failed to remove user '%s'."
+msgstr "لم يتم حفظ الشجلات."
+
+#: ../../../admin/user_management.php:239
+#, php-format
+msgid "Successfully changed the landmark editor role of user "%s"."
+msgstr ""
+
+#: ../../../admin/user_management.php:243
+#, php-format
+msgid "Failed to change the landmark editor role of user "%s"."
+msgstr ""
+
+#: ../../../admin/user_management.php:252
+msgid "Create a new RAPC user."
+msgstr ""
+
+#: ../../../admin/user_management.php:253
+msgid "Add User"
+msgstr "اضافة مستخدم"
+
+#: ../../../admin/user_management.php:261
+#: ../../../include/dcmmspear.php:104
+msgid "Next >>"
+msgstr "التالي"
+
+#: ../../../admin/user_management.php:262
+#: ../../../include/dcmmspear.php:105
+msgid "<< Back"
+msgstr "السابق"
+
+#: ../../../admin/user_management.php:282
+#: ../../../admin/user_management.php:289
+msgid "Edit"
+msgstr "تحرير"
+
+#: ../../../admin/user_management.php:283
+#: ../../../admin/user_management.php:290
+#, fuzzy
+msgid "Toggle Administrator"
+msgstr "الادارة"
+
+#: ../../../admin/user_management.php:285
+#: ../../../admin/user_management.php:292
+msgid "Remove"
+msgstr "حذف"
+
+#: ../../../admin/user_management.php:286
+#: ../../../admin/user_management.php:293
+msgid "Toggle Landmark Editor"
+msgstr ""
+
+#: ../../../admin/user_management.php:289
+#, fuzzy
+msgid "Edit RAPC user attributes."
+msgstr "اسم المستخدم."
+
+#: ../../../admin/user_management.php:291
+#, fuzzy
+msgid "Make the user a RAPC administrator and vice versa."
+msgstr "الرجاء الاتصال مع مدير النظام."
+
+#: ../../../admin/user_management.php:292
+msgid "Delete a RAPC user."
+msgstr ""
+
+#: ../../../admin/user_management.php:294
+msgid "Make the user a landmark editor and vice versa."
+msgstr ""
+
+#: ../../../admin/user_management.php:304
+#, fuzzy
+msgid "Administrator"
+msgstr "الادارة"
+
+#: ../../../admin/user_management.php:306
+#: ../../../include/header.php:430
+#: ../../../include/i18n.php:24
+#: ../../../include/dataobject/Copy (2) of
+#: Public_panel.php:555
+#: ../../../include/dataobject/Public_panel.php:775
+#: ../../../include/dataobject/public_panel2.php:412
+#: ../../../include/dataobject/back/Public_panel.php:360
+msgid "Action"
+msgstr "الاجراء"
+
+#: ../../../admin/user_management.php:321
+#, fuzzy
+msgid "yes"
+msgstr "نعم"
+
+#: ../../../admin/user_management.php:321
+msgid "no"
+msgstr ""
+
+#: ../../../admin/user_management.php:336
+#: ../../../include/dcmmspear.php:134
+#, php-format
+msgid "Displaying [%s - %s] of %s"
+msgstr ""
+
+#: ../../../include/dccsspage.php:188
+#: ../../../include/dcmpostgis.php:30
+msgid "FATAL ERROR: Not logged on!"
+msgstr "خطأ: لم يتم الدخول الى النظام"
+
+#: ../../../include/dccsspage.php:191
+#: ../../../include/dcmpostgis.php:31
+#: ../../../include/dcmpostgis.php:52
+msgid "Logon"
+msgstr "الدخول"
+
+#: ../../../include/dccsspage.php:270
+#: ../../../include/dccsspage.php:274
+#: ../../../include/header.php:149
+#: ../../../include/header.php:153
+msgid "RAPC"
+msgstr ""
+
+#: ../../../include/dccsspage.php:273
+msgid "Click this link to go to the RAPC main page."
+msgstr "اضغط على الرابط للذهاب الى الصفحة الرئيسية."
+
+#: ../../../include/dccsspage.php:279
+#: ../../../include/header.php:158
+msgid "Search"
+msgstr "البحث"
+
+#: ../../../include/dccsspage.php:283
+msgid "Go to link by link number"
+msgstr "الذهاب الى الطريق باستخدام رقمه"
+
+#: ../../../include/dccsspage.php:311
+#: ../../../include/header.php:190
+msgid "Language: "
+msgstr "اللغة:"
+
+#: ../../../include/dccsspage.php:314
+#: ../../../include/header.php:193
+msgid "Select the language in which the RAPC pages are displayed."
+msgstr "اختر اللغة التي تريد اظهار الشاشات بها"
+
+#: ../../../include/dccsspage.php:315
+#: ../../../include/header.php:194
+msgid "Next, click the "Select" button."
+msgstr ""
+
+#: ../../../include/dccsspage.php:338
+#: ../../../include/header.php:217
+msgid "Click this button after selecting a language."
+msgstr ""
+
+#: ../../../include/dccsspage.php:341
+#: ../../../include/header.php:220
+msgid "Select"
+msgstr "اختر"
+
+#: ../../../include/dccsspage.php:343
+#: ../../../include/dccsspage.php:349
+#: ../../../include/header.php:222
+#: ../../../include/header.php:228
+msgid "Help"
+msgstr "المساعدة"
+
+#: ../../../include/dccsspage.php:348
+#: ../../../include/header.php:227
+msgid "Click this link to view related information in the RAPC user manual."
+msgstr "اضغط على الرابط لاظهار معلومات المساعدة"
+
+#: ../../../include/dccsspage.php:351
+#: ../../../include/dccsspage.php:355
+#: ../../../include/header.php:230
+#: ../../../include/header.php:234
+msgid "Logoff"
+msgstr "خروج"
+
+#: ../../../include/dccsspage.php:354
+#: ../../../include/header.php:233
+msgid "Click this link to exit the RAPC application."
+msgstr "اضغط على الرابط للخروج من النظام"
+
+#: ../../../include/dccsspage.php:387
+msgid "Copyright (c) 2006 DORSCH Consult. "
+msgstr "حقوق النشر لشركة دورش 2006"
+
+#: ../../../include/dccsspage.php:388
+msgid "Last modified "
+msgstr "آخر تعديل"
+
+#: ../../../include/dccsspage.php:511
+msgid "Pending"
+msgstr ""
+
+#: ../../../include/dccsspage.php:513
+msgid "Completed"
+msgstr ""
+
+#: ../../../include/dccsspage.php:515
+#, php-format
+msgid "Workorder #%s"
+msgstr ""
+
+#: ../../../include/dcmmap.php:607
+msgid "Nothing was found at this location."
+msgstr "لم يتم ايجاد شيئ في هذا المكان"
+
+#: ../../../include/dcmmaputil.php:319
+msgid "Panel2"
+msgstr ""
+
+#: ../../../include/dcmmaputil.php:320
+msgid "Panel"
+msgstr "اللوحة"
+
+#: ../../../include/dcmmaputil.php:338
+msgid "Accept Move"
+msgstr "قبول التحريك"
+
+#: ../../../include/dcmmaputil.php:347
+msgid "Cancel Move"
+msgstr "الغاء التحريك"
+
+#: ../../../include/dcmmaputil.php:355
+msgid "[Edit"
+msgstr "[تحرير"
+
+#: ../../../include/dcmmaputil.php:364
+msgid "Move"
+msgstr "تحريك"
+
+#: ../../../include/dcmmaputil.php:373
+msgid "Delete"
+msgstr "حذف"
+
+#: ../../../include/dcmmaputil.php:379
+msgid "[View]"
+msgstr "[اظهار على الخريطة]"
+
+#: ../../../include/dcmmspear.php:118
+msgid "name"
+msgstr "الاسم"
+
+#: ../../../include/header.php:152
+msgid "Click this link to go to the DCCSS main page."
+msgstr ""
+
+#: ../../../include/header.php:162
+msgid "Go to link by routename"
+msgstr "الذهاب الى الطريق باستخدام رقمه"
+
+#: ../../../include/header.php:254
+msgid "Copyright (c) 2006 DORSCH Consult"
+msgstr "حقوق النشر لشركة دورش 2006"
+
+#: ../../../include/header.php:278
+msgid "Please choose the"
+msgstr "الرجاء اختيار"
+
+#: ../../../include/header.php:279
+msgid "from the list"
+msgstr "من القائمة"
+
+#: ../../../include/header.php:335
+#: ../../../include/header.php:348
+#: ../../../include/header.php:385
+msgid "Please insert the"
+msgstr "الرجاء ادخال"
+
+#: ../../../include/header.php:336
+#: ../../../include/header.php:349
+#: ../../../include/header.php:386
+msgid "to the text box"
+msgstr "الى صندوق النص"
+
+#: ../../../include/header.php:457
+msgid "Please click the link to go to the "
+msgstr "الرجاء الضغط على الرابط للذهاب الى"
+
+#: ../../../include/header.php:459
+msgid "Please click the link to View related information "
+msgstr "الرجاء الضغط على الرابط لاظهار المعلومات المرتبطة"
+
+#: ../../../include/i18n.php:25
+#: ../../../include/dataobject/Copy (2) of
+#: Public_panel.php:508
+#: ../../../include/dataobject/Public_panel.php:662
+#: ../../../include/dataobject/Public_panel.php:724
+msgid "No"
+msgstr "لا"
+
+#: ../../../include/i18n.php:26
+msgid "Unknown"
+msgstr "غير معروف"
+
+#: ../../../include/i18n.php:27
+#: ../../../include/dataobject/Copy (2) of
+#: Public_panel.php:508
+#: ../../../include/dataobject/Public_panel.php:662
+#: ../../../include/dataobject/Public_panel.php:72...
[truncated message content] |
|
From: <mah...@us...> - 2006-12-14 10:15:34
|
Revision: 24
http://svn.sourceforge.net/rapc/?rev=24&view=rev
Author: maher_karim
Date: 2006-12-14 02:15:27 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/locale/
trunk/ac/locale/ar/
trunk/ac/locale/ar/LC_MESSAGES/
trunk/ac/locale/ar/LC_MESSAGES/ac.mo
trunk/ac/locale/ar/LC_MESSAGES/ac.po
trunk/ac/locale/en/
trunk/ac/locale/en/LC_MESSAGES/
trunk/ac/locale/en/LC_MESSAGES/ac.mo
trunk/ac/locale/en/LC_MESSAGES/ac.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 10:20:20
|
Revision: 25
http://svn.sourceforge.net/rapc/?rev=25&view=rev
Author: maher_karim
Date: 2006-12-14 02:20:14 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/etc/
trunk/ac/etc/ac homepage.url
trunk/ac/etc/ac.url
trunk/ac/etc/ac_flyer.sla
trunk/ac/etc/fonts.txt
trunk/ac/etc/images/
trunk/ac/etc/symbols.sym
Added: trunk/ac/etc/ac homepage.url
===================================================================
--- trunk/ac/etc/ac homepage.url (rev 0)
+++ trunk/ac/etc/ac homepage.url 2006-12-14 10:20:14 UTC (rev 25)
@@ -0,0 +1,3 @@
+[InternetShortcut]
+URL=http://rapc.sourceforge.net/
+Modified=202300E1E9D8C601AC
Added: trunk/ac/etc/ac.url
===================================================================
--- trunk/ac/etc/ac.url (rev 0)
+++ trunk/ac/etc/ac.url 2006-12-14 10:20:14 UTC (rev 25)
@@ -0,0 +1,7 @@
+[InternetShortcut]
+URL=http://localhost/ac/
+Modified=101FE5E7E9D8C60183
+HotKey=0
+IDList=
+[{000214A0-0000-0000-C000-000000000046}]
+Prop3=19,2
Added: trunk/ac/etc/ac_flyer.sla
===================================================================
--- trunk/ac/etc/ac_flyer.sla (rev 0)
+++ trunk/ac/etc/ac_flyer.sla 2006-12-14 10:20:14 UTC (rev 25)
@@ -0,0 +1,652 @@
+<SCRIBUSUTF8NEW Version="1.3.3.3" >
+ <DOCUMENT HalfRes="1" MAGMAX="3200" TextPenShade="100" MAJGRID="100" ABSTSPALTEN="11" ScratchBottom="20" AUTOCHECK="0" LANGUAGE="English" DPIn2="KODAK DC Series Digital Camera" DPgam="0" HCMS="1" UnderlineWidth="-1" TabFill="" DGAP="0" ORIENTATION="0" PASPECT="1" WIDTH="1" POLYR="0" SHOWLINK="0" MINWORDLEN="3" UnderlinePos="-1" VTIEFSC="100" DOCLANGINFO="" COMMENTS="Flyer for the Bulk Meter Flow and Operations software." AutoSaveTime="600000" POLYS="0" GuideRad="10" rulerMode="1" TITLE="BMFO Flyer" KEYWORDS="Bulk Meter Flow and Operations" TabWidth="36" DSIZE="12" AUTOSPALTEN="1" PAGESIZE="A4" STIL="1" TextBackGroundShade="100" PEN="Black" POLYC="4" SnapToGuides="0" GROUPC="28" DOCFORMAT="" DOCDATE="" BORDERTOP="40" currentProfile="PDF 1.4" MARGC="#0000ff" EndArrow="0" SHOWBASE="0" SHOWGRID="0" SnapToGrid="0" GUIDELOCK="0" DIMo="1" DIPr="0" StrikeThruPos="-1" WIDTHLINE="1" TextStrokeShade="100" DPuse="0" DPSo="0" DOCSOURCE="" FIRSTNUM="1" GuideC="#000080" BRUSH="Black" StartArrow="0" ScratchRight="100" POLYF="0.707107" SHOWMARGIN="1" DPbla="1" StrikeThruWidth="-1" VHOCHSC="100" DOCTYPE="" BORDERBOTTOM="40" BRUSHSHADE="100" StrokeText="Black" BASEGRID="14.4" VTIEF="33" DOCCONTRIB="" DOCRELATION="" PICTSCX="1" CPICT="White" PENLINE="Black" AutoSave="0" BASEO="0" DOCIDENT="" BOOK="0" PICTSCY="1" MAGSTEP="200" TextLineColor="None" ScratchTop="20" POLYFD="0" AUTOL="20" PUBLISHER="DC Water and Environment" ANZPAGES="1" PSCALE="1" LINESHADE="100" HYCOUNT="2" DIMo2="1" AUTHOR="Steffen Macke" UNITS="0" BORDERRIGHT="40" RANDF="0" MAJORC="#00ff00" PENSHADE="100" PENTEXT="Black" GRAB="4" showcolborders="0" SHOWGUIDES="1" DPInCMYK="Based on ANSI/CGATS TR001-1993; SWOP CMYK input" DPPr="Fogra27L CMYK Coated Press" DPMo="KODAK DC Series Digital Camera" PAGEHEIGHT="841.89" PAGEWIDTH="595.28" BACKG="1" GuideZ="10" TextBackGround="None" MINGRID="20" VHOCH="33" DOCCOVER="" DCOL="1" EmbeddedPath="0" rulerYoffset="0" SHOWPICT="1" SHOWFRAME="1" AUTOMATIC="1" ALAYER="0" DOCRIGHTS="" PICTSHADE="100" ScratchLeft="100" rulerXoffset="0" showrulers="1" DPIn="KODAK DC Series Digital Camera" VKAPIT="75" DFONT="Times New Roman Regular" BORDERLEFT="40" PAGEC="#ffffff" BaseC="#c0c0c0" MINORC="#00ff00" MAGMIN="10" STILLINE="1" TextLineShade="100" SHOWControl="0" >
+ <CheckProfile checkTransparency="1" autoCheck="1" minResolution="72" checkOverflow="1" ignoreErrors="0" checkRasterPDF="1" checkResolution="1" checkGlyphs="1" Name="PDF 1.3" checkAnnotations="0" checkPictures="1" checkOrphans="1" />
+ <CheckProfile checkTransparency="0" autoCheck="1" minResolution="72" checkOverflow="1" ignoreErrors="0" checkRasterPDF="1" checkResolution="1" checkGlyphs="1" Name="PDF 1.4" checkAnnotations="0" checkPictures="1" checkOrphans="1" />
+ <CheckProfile checkTransparency="1" autoCheck="1" minResolution="144" checkOverflow="1" ignoreErrors="0" checkRasterPDF="1" checkResolution="1" checkGlyphs="1" Name="PDF/X-3" checkAnnotations="1" checkPictures="1" checkOrphans="1" />
+ <CheckProfile checkTransparency="1" autoCheck="1" minResolution="72" checkOverflow="1" ignoreErrors="0" checkRasterPDF="1" checkResolution="1" checkGlyphs="1" Name="PostScript" checkAnnotations="0" checkPictures="1" checkOrphans="1" />
+ <COLOR Register="0" Spot="0" RGB="#000000" NAME="" />
+ <COLOR Register="0" Spot="0" RGB="#f0f8ff" NAME="AliceBlue" />
+ <COLOR Register="0" Spot="0" RGB="#faebd7" NAME="AntiqueWhite" />
+ <COLOR Register="0" Spot="0" RGB="#ffefdb" NAME="AntiqueWhite1" />
+ <COLOR Register="0" Spot="0" RGB="#eedfcc" NAME="AntiqueWhite2" />
+ <COLOR Register="0" Spot="0" RGB="#cdc0b0" NAME="AntiqueWhite3" />
+ <COLOR Register="0" Spot="0" RGB="#8b8378" NAME="AntiqueWhite4" />
+ <COLOR Register="0" Spot="0" RGB="#7fffd4" NAME="Aquamarine" />
+ <COLOR Register="0" Spot="0" RGB="#7fffd4" NAME="Aquamarine1" />
+ <COLOR Register="0" Spot="0" RGB="#76eec6" NAME="Aquamarine2" />
+ <COLOR Register="0" Spot="0" RGB="#66cdaa" NAME="Aquamarine3" />
+ <COLOR Register="0" Spot="0" RGB="#458b74" NAME="Aquamarine4" />
+ <COLOR Register="0" Spot="0" RGB="#f0ffff" NAME="Azure" />
+ <COLOR Register="0" Spot="0" RGB="#f0ffff" NAME="Azure1" />
+ <COLOR Register="0" Spot="0" RGB="#e0eeee" NAME="Azure2" />
+ <COLOR Register="0" Spot="0" RGB="#c1cdcd" NAME="Azure3" />
+ <COLOR Register="0" Spot="0" RGB="#838b8b" NAME="Azure4" />
+ <COLOR Register="0" Spot="0" RGB="#f5f5dc" NAME="Beige" />
+ <COLOR Register="0" Spot="0" RGB="#ffe4c4" NAME="Bisque" />
+ <COLOR Register="0" Spot="0" RGB="#ffe4c4" NAME="Bisque1" />
+ <COLOR Register="0" Spot="0" RGB="#eed5b7" NAME="Bisque2" />
+ <COLOR Register="0" Spot="0" RGB="#cdb79e" NAME="Bisque3" />
+ <COLOR Register="0" Spot="0" RGB="#8b7d6b" NAME="Bisque4" />
+ <COLOR Register="0" Spot="0" RGB="#000000" NAME="Black" />
+ <COLOR Register="0" Spot="0" RGB="#ffebcd" NAME="BlanchedAlmond" />
+ <COLOR Register="0" Spot="0" RGB="#0000ff" NAME="Blue" />
+ <COLOR Register="0" Spot="0" RGB="#0000ff" NAME="Blue1" />
+ <COLOR Register="0" Spot="0" RGB="#0000ee" NAME="Blue2" />
+ <COLOR Register="0" Spot="0" RGB="#0000cd" NAME="Blue3" />
+ <COLOR Register="0" Spot="0" RGB="#00008b" NAME="Blue4" />
+ <COLOR Register="0" Spot="0" RGB="#8a2be2" NAME="BlueViolet" />
+ <COLOR Register="0" Spot="0" RGB="#a52a2a" NAME="Brown" />
+ <COLOR Register="0" Spot="0" RGB="#ff4040" NAME="Brown1" />
+ <COLOR Register="0" Spot="0" RGB="#ee3b3b" NAME="Brown2" />
+ <COLOR Register="0" Spot="0" RGB="#cd3333" NAME="Brown3" />
+ <COLOR Register="0" Spot="0" RGB="#8b2323" NAME="Brown4" />
+ <COLOR Register="0" Spot="0" RGB="#deb887" NAME="Burlywood" />
+ <COLOR Register="0" Spot="0" RGB="#ffd39b" NAME="Burlywood1" />
+ <COLOR Register="0" Spot="0" RGB="#eec591" NAME="Burlywood2" />
+ <COLOR Register="0" Spot="0" RGB="#cdaa7d" NAME="Burlywood3" />
+ <COLOR Register="0" Spot="0" RGB="#8b7355" NAME="Burlywood4" />
+ <COLOR Register="0" Spot="0" RGB="#5f9ea0" NAME="CadetBlue" />
+ <COLOR Register="0" Spot="0" RGB="#98f5ff" NAME="CadetBlue1" />
+ <COLOR Register="0" Spot="0" RGB="#8ee5ee" NAME="CadetBlue2" />
+ <COLOR Register="0" Spot="0" RGB="#7ac5cd" NAME="CadetBlue3" />
+ <COLOR Register="0" Spot="0" RGB="#53868b" NAME="CadetBlue4" />
+ <COLOR Register="0" Spot="0" RGB="#7fff00" NAME="Chartreuse" />
+ <COLOR Register="0" Spot="0" RGB="#7fff00" NAME="Chartreuse1" />
+ <COLOR Register="0" Spot="0" RGB="#76ee00" NAME="Chartreuse2" />
+ <COLOR Register="0" Spot="0" RGB="#66cd00" NAME="Chartreuse3" />
+ <COLOR Register="0" Spot="0" RGB="#458b00" NAME="Chartreuse4" />
+ <COLOR Register="0" Spot="0" RGB="#d2691e" NAME="Chocolate" />
+ <COLOR Register="0" Spot="0" RGB="#ff7f24" NAME="Chocolate1" />
+ <COLOR Register="0" Spot="0" RGB="#ee7621" NAME="Chocolate2" />
+ <COLOR Register="0" Spot="0" RGB="#cd661d" NAME="Chocolate3" />
+ <COLOR Register="0" Spot="0" RGB="#8b4513" NAME="Chocolate4" />
+ <COLOR Register="0" Spot="0" RGB="#ff7f50" NAME="Coral" />
+ <COLOR Register="0" Spot="0" RGB="#ff7256" NAME="Coral1" />
+ <COLOR Register="0" Spot="0" RGB="#ee6a50" NAME="Coral2" />
+ <COLOR Register="0" Spot="0" RGB="#cd5b45" NAME="Coral3" />
+ <COLOR Register="0" Spot="0" RGB="#8b3e2f" NAME="Coral4" />
+ <COLOR Register="0" Spot="0" RGB="#6495ed" NAME="CornflowerBlue" />
+ <COLOR Register="0" Spot="0" RGB="#fff8dc" NAME="Cornsilk" />
+ <COLOR Register="0" Spot="0" RGB="#fff8dc" NAME="Cornsilk1" />
+ <COLOR Register="0" Spot="0" RGB="#eee8cd" NAME="Cornsilk2" />
+ <COLOR Register="0" Spot="0" RGB="#cdc8b1" NAME="Cornsilk3" />
+ <COLOR Register="0" Spot="0" RGB="#8b8878" NAME="Cornsilk4" />
+ <COLOR Register="0" Spot="0" RGB="#00ffff" NAME="Cyan" />
+ <COLOR Register="0" Spot="0" RGB="#00ffff" NAME="Cyan1" />
+ <COLOR Register="0" Spot="0" RGB="#00eeee" NAME="Cyan2" />
+ <COLOR Register="0" Spot="0" RGB="#00cdcd" NAME="Cyan3" />
+ <COLOR Register="0" Spot="0" RGB="#008b8b" NAME="Cyan4" />
+ <COLOR Register="0" Spot="0" RGB="#00008b" NAME="DarkBlue" />
+ <COLOR Register="0" Spot="0" RGB="#008b8b" NAME="DarkCyan" />
+ <COLOR Register="0" Spot="0" RGB="#b8860b" NAME="DarkGoldenrod" />
+ <COLOR Register="0" Spot="0" RGB="#ffb90f" NAME="DarkGoldenrod1" />
+ <COLOR Register="0" Spot="0" RGB="#eead0e" NAME="DarkGoldenrod2" />
+ <COLOR Register="0" Spot="0" RGB="#cd950c" NAME="DarkGoldenrod3" />
+ <COLOR Register="0" Spot="0" RGB="#8b6508" NAME="DarkGoldenrod4" />
+ <COLOR Register="0" Spot="0" RGB="#006400" NAME="DarkGreen" />
+ <COLOR Register="0" Spot="0" RGB="#a9a9a9" NAME="DarkGrey" />
+ <COLOR Register="0" Spot="0" RGB="#bdb76b" NAME="DarkKhaki" />
+ <COLOR Register="0" Spot="0" RGB="#8b008b" NAME="DarkMagenta" />
+ <COLOR Register="0" Spot="0" RGB="#556b2f" NAME="DarkOliveGreen" />
+ <COLOR Register="0" Spot="0" RGB="#caff70" NAME="DarkOliveGreen1" />
+ <COLOR Register="0" Spot="0" RGB="#bcee68" NAME="DarkOliveGreen2" />
+ <COLOR Register="0" Spot="0" RGB="#a2cd5a" NAME="DarkOliveGreen3" />
+ <COLOR Register="0" Spot="0" RGB="#6e8b3d" NAME="DarkOliveGreen4" />
+ <COLOR Register="0" Spot="0" RGB="#ff8c00" NAME="DarkOrange" />
+ <COLOR Register="0" Spot="0" RGB="#ff7f00" NAME="DarkOrange1" />
+ <COLOR Register="0" Spot="0" RGB="#ee7600" NAME="DarkOrange2" />
+ <COLOR Register="0" Spot="0" RGB="#cd6600" NAME="DarkOrange3" />
+ <COLOR Register="0" Spot="0" RGB="#8b4500" NAME="DarkOrange4" />
+ <COLOR Register="0" Spot="0" RGB="#9932cc" NAME="DarkOrchid" />
+ <COLOR Register="0" Spot="0" RGB="#bf3eff" NAME="DarkOrchid1" />
+ <COLOR Register="0" Spot="0" RGB="#b23aee" NAME="DarkOrchid2" />
+ <COLOR Register="0" Spot="0" RGB="#9a32cd" NAME="DarkOrchid3" />
+ <COLOR Register="0" Spot="0" RGB="#68228b" NAME="DarkOrchid4" />
+ <COLOR Register="0" Spot="0" RGB="#8b0000" NAME="DarkRed" />
+ <COLOR Register="0" Spot="0" RGB="#e9967a" NAME="DarkSalmon" />
+ <COLOR Register="0" Spot="0" RGB="#8fbc8f" NAME="DarkSeaGreen" />
+ <COLOR Register="0" Spot="0" RGB="#c1ffc1" NAME="DarkSeaGreen1" />
+ <COLOR Register="0" Spot="0" RGB="#b4eeb4" NAME="DarkSeaGreen2" />
+ <COLOR Register="0" Spot="0" RGB="#9bcd9b" NAME="DarkSeaGreen3" />
+ <COLOR Register="0" Spot="0" RGB="#698b69" NAME="DarkSeaGreen4" />
+ <COLOR Register="0" Spot="0" RGB="#483d8b" NAME="DarkSlateBlue" />
+ <COLOR Register="0" Spot="0" RGB="#2f4f4f" NAME="DarkSlateGrey" />
+ <COLOR Register="0" Spot="0" RGB="#97ffff" NAME="DarkSlateGrey1" />
+ <COLOR Register="0" Spot="0" RGB="#8deeee" NAME="DarkSlateGrey2" />
+ <COLOR Register="0" Spot="0" RGB="#79cdcd" NAME="DarkSlateGrey3" />
+ <COLOR Register="0" Spot="0" RGB="#528b8b" NAME="DarkSlateGrey4" />
+ <COLOR Register="0" Spot="0" RGB="#00ced1" NAME="DarkTurquoise" />
+ <COLOR Register="0" Spot="0" RGB="#9400d3" NAME="DarkViolet" />
+ <COLOR Register="0" Spot="0" RGB="#ff1493" NAME="DeepPink" />
+ <COLOR Register="0" Spot="0" RGB="#ff1493" NAME="DeepPink1" />
+ <COLOR Register="0" Spot="0" RGB="#ee1289" NAME="DeepPink2" />
+ <COLOR Register="0" Spot="0" RGB="#cd1076" NAME="DeepPink3" />
+ <COLOR Register="0" Spot="0" RGB="#8b0a50" NAME="DeepPink4" />
+ <COLOR Register="0" Spot="0" RGB="#00bfff" NAME="DeepSkyBlue" />
+ <COLOR Register="0" Spot="0" RGB="#00bfff" NAME="DeepSkyBlue1" />
+ <COLOR Register="0" Spot="0" RGB="#00b2ee" NAME="DeepSkyBlue2" />
+ <COLOR Register="0" Spot="0" RGB="#009acd" NAME="DeepSkyBlue3" />
+ <COLOR Register="0" Spot="0" RGB="#00688b" NAME="DeepSkyBlue4" />
+ <COLOR Register="0" Spot="0" RGB="#696969" NAME="DimGrey" />
+ <COLOR Register="0" Spot="0" RGB="#1e90ff" NAME="DodgerBlue" />
+ <COLOR Register="0" Spot="0" RGB="#1e90ff" NAME="DodgerBlue1" />
+ <COLOR Register="0" Spot="0" RGB="#1c86ee" NAME="DodgerBlue2" />
+ <COLOR Register="0" Spot="0" RGB="#1874cd" NAME="DodgerBlue3" />
+ <COLOR Register="0" Spot="0" RGB="#104e8b" NAME="DodgerBlue4" />
+ <COLOR Register="0" Spot="0" RGB="#ffb200" NAME="Dorsch Gelborange" />
+ <COLOR Register="0" Spot="0" RGB="#666657" NAME="Dorsch Grau 1" />
+ <COLOR Register="0" Spot="0" RGB="#d1d1c9" NAME="Dorsch Grau 2" />
+ <COLOR Register="0" Spot="0" RGB="#b22222" NAME="Firebrick" />
+ <COLOR Register="0" Spot="0" RGB="#ff3030" NAME="Firebrick1" />
+ <COLOR Register="0" Spot="0" RGB="#ee2c2c" NAME="Firebrick2" />
+ <COLOR Register="0" Spot="0" RGB="#cd2626" NAME="Firebrick3" />
+ <COLOR Register="0" Spot="0" RGB="#8b1a1a" NAME="Firebrick4" />
+ <COLOR Register="0" Spot="0" RGB="#fffaf0" NAME="FloralWhite" />
+ <COLOR Register="0" Spot="0" RGB="#228b22" NAME="ForestGreen" />
+ <COLOR Register="0" Spot="0" RGB="#dcdcdc" NAME="Gainsboro" />
+ <COLOR Register="0" Spot="0" RGB="#f8f8ff" NAME="GhostWhite" />
+ <COLOR Register="0" Spot="0" RGB="#ffd700" NAME="Gold" />
+ <COLOR Register="0" Spot="0" RGB="#ffd700" NAME="Gold1" />
+ <COLOR Register="0" Spot="0" RGB="#eec900" NAME="Gold2" />
+ <COLOR Register="0" Spot="0" RGB="#cdad00" NAME="Gold3" />
+ <COLOR Register="0" Spot="0" RGB="#8b7500" NAME="Gold4" />
+ <COLOR Register="0" Spot="0" RGB="#daa520" NAME="Goldenrod" />
+ <COLOR Register="0" Spot="0" RGB="#ffc125" NAME="Goldenrod1" />
+ <COLOR Register="0" Spot="0" RGB="#eeb422" NAME="Goldenrod2" />
+ <COLOR Register="0" Spot="0" RGB="#cd9b1d" NAME="Goldenrod3" />
+ <COLOR Register="0" Spot="0" RGB="#8b6914" NAME="Goldenrod4" />
+ <COLOR Register="0" Spot="0" RGB="#00ff00" NAME="Green" />
+ <COLOR Register="0" Spot="0" RGB="#00ff00" NAME="Green1" />
+ <COLOR Register="0" Spot="0" RGB="#00ee00" NAME="Green2" />
+ <COLOR Register="0" Spot="0" RGB="#00cd00" NAME="Green3" />
+ <COLOR Register="0" Spot="0" RGB="#008b00" NAME="Green4" />
+ <COLOR Register="0" Spot="0" RGB="#adff2f" NAME="GreenYellow" />
+ <COLOR Register="0" Spot="0" RGB="#bebebe" NAME="Grey" />
+ <COLOR Register="0" Spot="0" RGB="#000000" NAME="Grey0" />
+ <COLOR Register="0" Spot="0" RGB="#030303" NAME="Grey1" />
+ <COLOR Register="0" Spot="0" RGB="#1a1a1a" NAME="Grey10" />
+ <COLOR Register="0" Spot="0" RGB="#ffffff" NAME="Grey100" />
+ <COLOR Register="0" Spot="0" RGB="#1c1c1c" NAME="Grey11" />
+ <COLOR Register="0" Spot="0" RGB="#1f1f1f" NAME="Grey12" />
+ <COLOR Register="0" Spot="0" RGB="#212121" NAME="Grey13" />
+ <COLOR Register="0" Spot="0" RGB="#242424" NAME="Grey14" />
+ <COLOR Register="0" Spot="0" RGB="#262626" NAME="Grey15" />
+ <COLOR Register="0" Spot="0" RGB="#292929" NAME="Grey16" />
+ <COLOR Register="0" Spot="0" RGB="#2b2b2b" NAME="Grey17" />
+ <COLOR Register="0" Spot="0" RGB="#2e2e2e" NAME="Grey18" />
+ <COLOR Register="0" Spot="0" RGB="#303030" NAME="Grey19" />
+ <COLOR Register="0" Spot="0" RGB="#050505" NAME="Grey2" />
+ <COLOR Register="0" Spot="0" RGB="#333333" NAME="Grey20" />
+ <COLOR Register="0" Spot="0" RGB="#363636" NAME="Grey21" />
+ <COLOR Register="0" Spot="0" RGB="#383838" NAME="Grey22" />
+ <COLOR Register="0" Spot="0" RGB="#3b3b3b" NAME="Grey23" />
+ <COLOR Register="0" Spot="0" RGB="#3d3d3d" NAME="Grey24" />
+ <COLOR Register="0" Spot="0" RGB="#404040" NAME="Grey25" />
+ <COLOR Register="0" Spot="0" RGB="#424242" NAME="Grey26" />
+ <COLOR Register="0" Spot="0" RGB="#454545" NAME="Grey27" />
+ <COLOR Register="0" Spot="0" RGB="#474747" NAME="Grey28" />
+ <COLOR Register="0" Spot="0" RGB="#4a4a4a" NAME="Grey29" />
+ <COLOR Register="0" Spot="0" RGB="#080808" NAME="Grey3" />
+ <COLOR Register="0" Spot="0" RGB="#4d4d4d" NAME="Grey30" />
+ <COLOR Register="0" Spot="0" RGB="#4f4f4f" NAME="Grey31" />
+ <COLOR Register="0" Spot="0" RGB="#525252" NAME="Grey32" />
+ <COLOR Register="0" Spot="0" RGB="#545454" NAME="Grey33" />
+ <COLOR Register="0" Spot="0" RGB="#575757" NAME="Grey34" />
+ <COLOR Register="0" Spot="0" RGB="#595959" NAME="Grey35" />
+ <COLOR Register="0" Spot="0" RGB="#5c5c5c" NAME="Grey36" />
+ <COLOR Register="0" Spot="0" RGB="#5e5e5e" NAME="Grey37" />
+ <COLOR Register="0" Spot="0" RGB="#616161" NAME="Grey38" />
+ <COLOR Register="0" Spot="0" RGB="#636363" NAME="Grey39" />
+ <COLOR Register="0" Spot="0" RGB="#0a0a0a" NAME="Grey4" />
+ <COLOR Register="0" Spot="0" RGB="#666666" NAME="Grey40" />
+ <COLOR Register="0" Spot="0" RGB="#696969" NAME="Grey41" />
+ <COLOR Register="0" Spot="0" RGB="#6b6b6b" NAME="Grey42" />
+ <COLOR Register="0" Spot="0" RGB="#6e6e6e" NAME="Grey43" />
+ <COLOR Register="0" Spot="0" RGB="#707070" NAME="Grey44" />
+ <COLOR Register="0" Spot="0" RGB="#737373" NAME="Grey45" />
+ <COLOR Register="0" Spot="0" RGB="#757575" NAME="Grey46" />
+ <COLOR Register="0" Spot="0" RGB="#787878" NAME="Grey47" />
+ <COLOR Register="0" Spot="0" RGB="#7a7a7a" NAME="Grey48" />
+ <COLOR Register="0" Spot="0" RGB="#7d7d7d" NAME="Grey49" />
+ <COLOR Register="0" Spot="0" RGB="#0d0d0d" NAME="Grey5" />
+ <COLOR Register="0" Spot="0" RGB="#7f7f7f" NAME="Grey50" />
+ <COLOR Register="0" Spot="0" RGB="#828282" NAME="Grey51" />
+ <COLOR Register="0" Spot="0" RGB="#858585" NAME="Grey52" />
+ <COLOR Register="0" Spot="0" RGB="#878787" NAME="Grey53" />
+ <COLOR Register="0" Spot="0" RGB="#8a8a8a" NAME="Grey54" />
+ <COLOR Register="0" Spot="0" RGB="#8c8c8c" NAME="Grey55" />
+ <COLOR Register="0" Spot="0" RGB="#8f8f8f" NAME="Grey56" />
+ <COLOR Register="0" Spot="0" RGB="#919191" NAME="Grey57" />
+ <COLOR Register="0" Spot="0" RGB="#949494" NAME="Grey58" />
+ <COLOR Register="0" Spot="0" RGB="#969696" NAME="Grey59" />
+ <COLOR Register="0" Spot="0" RGB="#0f0f0f" NAME="Grey6" />
+ <COLOR Register="0" Spot="0" RGB="#999999" NAME="Grey60" />
+ <COLOR Register="0" Spot="0" RGB="#9c9c9c" NAME="Grey61" />
+ <COLOR Register="0" Spot="0" RGB="#9e9e9e" NAME="Grey62" />
+ <COLOR Register="0" Spot="0" RGB="#a1a1a1" NAME="Grey63" />
+ <COLOR Register="0" Spot="0" RGB="#a3a3a3" NAME="Grey64" />
+ <COLOR Register="0" Spot="0" RGB="#a6a6a6" NAME="Grey65" />
+ <COLOR Register="0" Spot="0" RGB="#a8a8a8" NAME="Grey66" />
+ <COLOR Register="0" Spot="0" RGB="#ababab" NAME="Grey67" />
+ <COLOR Register="0" Spot="0" RGB="#adadad" NAME="Grey68" />
+ <COLOR Register="0" Spot="0" RGB="#b0b0b0" NAME="Grey69" />
+ <COLOR Register="0" Spot="0" RGB="#121212" NAME="Grey7" />
+ <COLOR Register="0" Spot="0" RGB="#b3b3b3" NAME="Grey70" />
+ <COLOR Register="0" Spot="0" RGB="#b5b5b5" NAME="Grey71" />
+ <COLOR Register="0" Spot="0" RGB="#b8b8b8" NAME="Grey72" />
+ <COLOR Register="0" Spot="0" RGB="#bababa" NAME="Grey73" />
+ <COLOR Register="0" Spot="0" RGB="#bdbdbd" NAME="Grey74" />
+ <COLOR Register="0" Spot="0" RGB="#bfbfbf" NAME="Grey75" />
+ <COLOR Register="0" Spot="0" RGB="#c2c2c2" NAME="Grey76" />
+ <COLOR Register="0" Spot="0" RGB="#c4c4c4" NAME="Grey77" />
+ <COLOR Register="0" Spot="0" RGB="#c7c7c7" NAME="Grey78" />
+ <COLOR Register="0" Spot="0" RGB="#c9c9c9" NAME="Grey79" />
+ <COLOR Register="0" Spot="0" RGB="#141414" NAME="Grey8" />
+ <COLOR Register="0" Spot="0" RGB="#cccccc" NAME="Grey80" />
+ <COLOR Register="0" Spot="0" RGB="#cfcfcf" NAME="Grey81" />
+ <COLOR Register="0" Spot="0" RGB="#d1d1d1" NAME="Grey82" />
+ <COLOR Register="0" Spot="0" RGB="#d4d4d4" NAME="Grey83" />
+ <COLOR Register="0" Spot="0" RGB="#d6d6d6" NAME="Grey84" />
+ <COLOR Register="0" Spot="0" RGB="#d9d9d9" NAME="Grey85" />
+ <COLOR Register="0" Spot="0" RGB="#dbdbdb" NAME="Grey86" />
+ <COLOR Register="0" Spot="0" RGB="#dedede" NAME="Grey87" />
+ <COLOR Register="0" Spot="0" RGB="#e0e0e0" NAME="Grey88" />
+ <COLOR Register="0" Spot="0" RGB="#e3e3e3" NAME="Grey89" />
+ <COLOR Register="0" Spot="0" RGB="#171717" NAME="Grey9" />
+ <COLOR Register="0" Spot="0" RGB="#e5e5e5" NAME="Grey90" />
+ <COLOR Register="0" Spot="0" RGB="#e8e8e8" NAME="Grey91" />
+ <COLOR Register="0" Spot="0" RGB="#ebebeb" NAME="Grey92" />
+ <COLOR Register="0" Spot="0" RGB="#ededed" NAME="Grey93" />
+ <COLOR Register="0" Spot="0" RGB="#f0f0f0" NAME="Grey94" />
+ <COLOR Register="0" Spot="0" RGB="#f2f2f2" NAME="Grey95" />
+ <COLOR Register="0" Spot="0" RGB="#f5f5f5" NAME="Grey96" />
+ <COLOR Register="0" Spot="0" RGB="#f7f7f7" NAME="Grey97" />
+ <COLOR Register="0" Spot="0" RGB="#fafafa" NAME="Grey98" />
+ <COLOR Register="0" Spot="0" RGB="#fcfcfc" NAME="Grey99" />
+ <COLOR Register="0" Spot="0" RGB="#f0fff0" NAME="Honeydew" />
+ <COLOR Register="0" Spot="0" RGB="#f0fff0" NAME="Honeydew1" />
+ <COLOR Register="0" Spot="0" RGB="#e0eee0" NAME="Honeydew2" />
+ <COLOR Register="0" Spot="0" RGB="#c1cdc1" NAME="Honeydew3" />
+ <COLOR Register="0" Spot="0" RGB="#838b83" NAME="Honeydew4" />
+ <COLOR Register="0" Spot="0" RGB="#ff69b4" NAME="HotPink" />
+ <COLOR Register="0" Spot="0" RGB="#ff6eb4" NAME="HotPink1" />
+ <COLOR Register="0" Spot="0" RGB="#ee6aa7" NAME="HotPink2" />
+ <COLOR Register="0" Spot="0" RGB="#cd6090" NAME="HotPink3" />
+ <COLOR Register="0" Spot="0" RGB="#8b3a62" NAME="HotPink4" />
+ <COLOR Register="0" Spot="0" RGB="#cd5c5c" NAME="IndianRed" />
+ <COLOR Register="0" Spot="0" RGB="#ff6a6a" NAME="IndianRed1" />
+ <COLOR Register="0" Spot="0" RGB="#ee6363" NAME="IndianRed2" />
+ <COLOR Register="0" Spot="0" RGB="#cd5555" NAME="IndianRed3" />
+ <COLOR Register="0" Spot="0" RGB="#8b3a3a" NAME="IndianRed4" />
+ <COLOR Register="0" Spot="0" RGB="#fffff0" NAME="Ivory" />
+ <COLOR Register="0" Spot="0" RGB="#fffff0" NAME="Ivory1" />
+ <COLOR Register="0" Spot="0" RGB="#eeeee0" NAME="Ivory2" />
+ <COLOR Register="0" Spot="0" RGB="#cdcdc1" NAME="Ivory3" />
+ <COLOR Register="0" Spot="0" RGB="#8b8b83" NAME="Ivory4" />
+ <COLOR Register="0" Spot="0" RGB="#f0e68c" NAME="Khaki" />
+ <COLOR Register="0" Spot="0" RGB="#fff68f" NAME="Khaki1" />
+ <COLOR Register="0" Spot="0" RGB="#eee685" NAME="Khaki2" />
+ <COLOR Register="0" Spot="0" RGB="#cdc673" NAME="Khaki3" />
+ <COLOR Register="0" Spot="0" RGB="#8b864e" NAME="Khaki4" />
+ <COLOR Register="0" Spot="0" RGB="#e6e6fa" NAME="Lavender" />
+ <COLOR Register="0" Spot="0" RGB="#fff0f5" NAME="LavenderBlush" />
+ <COLOR Register="0" Spot="0" RGB="#fff0f5" NAME="LavenderBlush1" />
+ <COLOR Register="0" Spot="0" RGB="#eee0e5" NAME="LavenderBlush2" />
+ <COLOR Register="0" Spot="0" RGB="#cdc1c5" NAME="LavenderBlush3" />
+ <COLOR Register="0" Spot="0" RGB="#8b8386" NAME="LavenderBlush4" />
+ <COLOR Register="0" Spot="0" RGB="#7cfc00" NAME="LawnGreen" />
+ <COLOR Register="0" Spot="0" RGB="#fffacd" NAME="LemonChiffon" />
+ <COLOR Register="0" Spot="0" RGB="#fffacd" NAME="LemonChiffon1" />
+ <COLOR Register="0" Spot="0" RGB="#eee9bf" NAME="LemonChiffon2" />
+ <COLOR Register="0" Spot="0" RGB="#cdc9a5" NAME="LemonChiffon3" />
+ <COLOR Register="0" Spot="0" RGB="#8b8970" NAME="LemonChiffon4" />
+ <COLOR Register="0" Spot="0" RGB="#add8e6" NAME="LightBlue" />
+ <COLOR Register="0" Spot="0" RGB="#bfefff" NAME="LightBlue1" />
+ <COLOR Register="0" Spot="0" RGB="#b2dfee" NAME="LightBlue2" />
+ <COLOR Register="0" Spot="0" RGB="#9ac0cd" NAME="LightBlue3" />
+ <COLOR Register="0" Spot="0" RGB="#68838b" NAME="LightBlue4" />
+ <COLOR Register="0" Spot="0" RGB="#f08080" NAME="LightCoral" />
+ <COLOR Register="0" Spot="0" RGB="#e0ffff" NAME="LightCyan" />
+ <COLOR Register="0" Spot="0" RGB="#e0ffff" NAME="LightCyan1" />
+ <COLOR Register="0" Spot="0" RGB="#d1eeee" NAME="LightCyan2" />
+ <COLOR Register="0" Spot="0" RGB="#b4cdcd" NAME="LightCyan3" />
+ <COLOR Register="0" Spot="0" RGB="#7a8b8b" NAME="LightCyan4" />
+ <COLOR Register="0" Spot="0" RGB="#eedd82" NAME="LightGoldenrod" />
+ <COLOR Register="0" Spot="0" RGB="#ffec8b" NAME="LightGoldenrod1" />
+ <COLOR Register="0" Spot="0" RGB="#eedc82" NAME="LightGoldenrod2" />
+ <COLOR Register="0" Spot="0" RGB="#cdbe70" NAME="LightGoldenrod3" />
+ <COLOR Register="0" Spot="0" RGB="#8b814c" NAME="LightGoldenrod4" />
+ <COLOR Register="0" Spot="0" RGB="#fafad2" NAME="LightGoldenrodYellow" />
+ <COLOR Register="0" Spot="0" RGB="#90ee90" NAME="LightGreen" />
+ <COLOR Register="0" Spot="0" RGB="#d3d3d3" NAME="LightGrey" />
+ <COLOR Register="0" Spot="0" RGB="#ffb6c1" NAME="LightPink" />
+ <COLOR Register="0" Spot="0" RGB="#ffaeb9" NAME="LightPink1" />
+ <COLOR Register="0" Spot="0" RGB="#eea2ad" NAME="LightPink2" />
+ <COLOR Register="0" Spot="0" RGB="#cd8c95" NAME="LightPink3" />
+ <COLOR Register="0" Spot="0" RGB="#8b5f65" NAME="LightPink4" />
+ <COLOR Register="0" Spot="0" RGB="#ffa07a" NAME="LightSalmon" />
+ <COLOR Register="0" Spot="0" RGB="#ffa07a" NAME="LightSalmon1" />
+ <COLOR Register="0" Spot="0" RGB="#ee9572" NAME="LightSalmon2" />
+ <COLOR Register="0" Spot="0" RGB="#cd8162" NAME="LightSalmon3" />
+ <COLOR Register="0" Spot="0" RGB="#8b5742" NAME="LightSalmon4" />
+ <COLOR Register="0" Spot="0" RGB="#20b2aa" NAME="LightSeaGreen" />
+ <COLOR Register="0" Spot="0" RGB="#87cefa" NAME="LightSkyBlue" />
+ <COLOR Register="0" Spot="0" RGB="#b0e2ff" NAME="LightSkyBlue1" />
+ <COLOR Register="0" Spot="0" RGB="#a4d3ee" NAME="LightSkyBlue2" />
+ <COLOR Register="0" Spot="0" RGB="#8db6cd" NAME="LightSkyBlue3" />
+ <COLOR Register="0" Spot="0" RGB="#607b8b" NAME="LightSkyBlue4" />
+ <COLOR Register="0" Spot="0" RGB="#8470ff" NAME="LightSlateBlue" />
+ <COLOR Register="0" Spot="0" RGB="#778899" NAME="LightSlateGrey" />
+ <COLOR Register="0" Spot="0" RGB="#b0c4de" NAME="LightSteelBlue" />
+ <COLOR Register="0" Spot="0" RGB="#cae1ff" NAME="LightSteelBlue1" />
+ <COLOR Register="0" Spot="0" RGB="#bcd2ee" NAME="LightSteelBlue2" />
+ <COLOR Register="0" Spot="0" RGB="#a2b5cd" NAME="LightSteelBlue3" />
+ <COLOR Register="0" Spot="0" RGB="#6e7b8b" NAME="LightSteelBlue4" />
+ <COLOR Register="0" Spot="0" RGB="#ffffe0" NAME="LightYellow" />
+ <COLOR Register="0" Spot="0" RGB="#ffffe0" NAME="LightYellow1" />
+ <COLOR Register="0" Spot="0" RGB="#eeeed1" NAME="LightYellow2" />
+ <COLOR Register="0" Spot="0" RGB="#cdcdb4" NAME="LightYellow3" />
+ <COLOR Register="0" Spot="0" RGB="#8b8b7a" NAME="LightYellow4" />
+ <COLOR Register="0" Spot="0" RGB="#32cd32" NAME="LimeGreen" />
+ <COLOR Register="0" Spot="0" RGB="#faf0e6" NAME="Linen" />
+ <COLOR Register="0" Spot="0" RGB="#ff00ff" NAME="Magenta" />
+ <COLOR Register="0" Spot="0" RGB="#ff00ff" NAME="Magenta1" />
+ <COLOR Register="0" Spot="0" RGB="#ee00ee" NAME="Magenta2" />
+ <COLOR Register="0" Spot="0" RGB="#cd00cd" NAME="Magenta3" />
+ <COLOR Register="0" Spot="0" RGB="#8b008b" NAME="Magenta4" />
+ <COLOR Register="0" Spot="0" RGB="#b03060" NAME="Maroon" />
+ <COLOR Register="0" Spot="0" RGB="#ff34b3" NAME="Maroon1" />
+ <COLOR Register="0" Spot="0" RGB="#ee30a7" NAME="Maroon2" />
+ <COLOR Register="0" Spot="0" RGB="#cd2990" NAME="Maroon3" />
+ <COLOR Register="0" Spot="0" RGB="#8b1c62" NAME="Maroon4" />
+ <COLOR Register="0" Spot="0" RGB="#66cdaa" NAME="MediumAquamarine" />
+ <COLOR Register="0" Spot="0" RGB="#0000cd" NAME="MediumBlue" />
+ <COLOR Register="0" Spot="0" RGB="#ba55d3" NAME="MediumOrchid" />
+ <COLOR Register="0" Spot="0" RGB="#e066ff" NAME="MediumOrchid1" />
+ <COLOR Register="0" Spot="0" RGB="#d15fee" NAME="MediumOrchid2" />
+ <COLOR Register="0" Spot="0" RGB="#b452cd" NAME="MediumOrchid3" />
+ <COLOR Register="0" Spot="0" RGB="#7a378b" NAME="MediumOrchid4" />
+ <COLOR Register="0" Spot="0" RGB="#9370db" NAME="MediumPurple" />
+ <COLOR Register="0" Spot="0" RGB="#ab82ff" NAME="MediumPurple1" />
+ <COLOR Register="0" Spot="0" RGB="#9f79ee" NAME="MediumPurple2" />
+ <COLOR Register="0" Spot="0" RGB="#8968cd" NAME="MediumPurple3" />
+ <COLOR Register="0" Spot="0" RGB="#5d478b" NAME="MediumPurple4" />
+ <COLOR Register="0" Spot="0" RGB="#3cb371" NAME="MediumSeaGreen" />
+ <COLOR Register="0" Spot="0" RGB="#7b68ee" NAME="MediumSlateBlue" />
+ <COLOR Register="0" Spot="0" RGB="#00fa9a" NAME="MediumSpringGreen" />
+ <COLOR Register="0" Spot="0" RGB="#48d1cc" NAME="MediumTurquoise" />
+ <COLOR Register="0" Spot="0" RGB="#c71585" NAME="MediumVioletRed" />
+ <COLOR Register="0" Spot="0" RGB="#191970" NAME="MidnightBlue" />
+ <COLOR Register="0" Spot="0" RGB="#f5fffa" NAME="MintCream" />
+ <COLOR Register="0" Spot="0" RGB="#ffe4e1" NAME="MistyRose" />
+ <COLOR Register="0" Spot="0" RGB="#ffe4e1" NAME="MistyRose1" />
+ <COLOR Register="0" Spot="0" RGB="#eed5d2" NAME="MistyRose2" />
+ <COLOR Register="0" Spot="0" RGB="#cdb7b5" NAME="MistyRose3" />
+ <COLOR Register="0" Spot="0" RGB="#8b7d7b" NAME="MistyRose4" />
+ <COLOR Register="0" Spot="0" RGB="#ffe4b5" NAME="Moccasin" />
+ <COLOR Register="0" Spot="0" RGB="#ffdead" NAME="NavajoWhite" />
+ <COLOR Register="0" Spot="0" RGB="#ffdead" NAME="NavajoWhite1" />
+ <COLOR Register="0" Spot="0" RGB="#eecfa1" NAME="NavajoWhite2" />
+ <COLOR Register="0" Spot="0" RGB="#cdb38b" NAME="NavajoWhite3" />
+ <COLOR Register="0" Spot="0" RGB="#8b795e" NAME="NavajoWhite4" />
+ <COLOR Register="0" Spot="0" RGB="#000080" NAME="NavyBlue" />
+ <COLOR Register="0" Spot="0" RGB="#fdf5e6" NAME="OldLace" />
+ <COLOR Register="0" Spot="0" RGB="#6b8e23" NAME="OliveDrab" />
+ <COLOR Register="0" Spot="0" RGB="#c0ff3e" NAME="OliveDrab1" />
+ ...
[truncated message content] |
|
From: <mah...@us...> - 2006-12-14 10:20:20
|
Revision: 25
http://svn.sourceforge.net/rapc/?rev=25&view=rev
Author: maher_karim
Date: 2006-12-14 02:20:14 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/etc/
trunk/ac/etc/ac homepage.url
trunk/ac/etc/ac.url
trunk/ac/etc/ac_flyer.sla
trunk/ac/etc/fonts.txt
trunk/ac/etc/images/
trunk/ac/etc/symbols.sym
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 10:21:32
|
Revision: 26
http://svn.sourceforge.net/rapc/?rev=26&view=rev
Author: maher_karim
Date: 2006-12-14 02:21:30 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/script/
trunk/ac/script/ReplaceInFile.nsh
trunk/ac/script/StrReplace.nsh
trunk/ac/script/remove_temporary_files.bat
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 10:21:34
|
Revision: 26
http://svn.sourceforge.net/rapc/?rev=26&view=rev
Author: maher_karim
Date: 2006-12-14 02:21:30 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/script/
trunk/ac/script/ReplaceInFile.nsh
trunk/ac/script/StrReplace.nsh
trunk/ac/script/remove_temporary_files.bat
Added: trunk/ac/script/ReplaceInFile.nsh
===================================================================
--- trunk/ac/script/ReplaceInFile.nsh (rev 0)
+++ trunk/ac/script/ReplaceInFile.nsh 2006-12-14 10:21:30 UTC (rev 26)
@@ -0,0 +1,68 @@
+!macro ReplaceInFile SOURCE_FILE SEARCH_TEXT REPLACEMENT
+ Push "${SOURCE_FILE}"
+ Push "${SEARCH_TEXT}"
+ Push "${REPLACEMENT}"
+ Call RIF
+!macroend
+
+Function RIF
+
+ ClearErrors ; wanna be a newborn
+
+ Exch $0 ; REPLACEMENT
+ Exch
+ Exch $1 ; SEARCH_TEXT
+ Exch 2
+ Exch $2 ; SOURCE_FILE
+
+ Push $R0 ; SOURCE_FILE file handle
+ Push $R1 ; temporary file handle
+ Push $R2 ; unique temporary file name
+ Push $R3 ; a line to sar/save
+ Push $R4 ; shift puffer
+
+ IfFileExists $2 +1 RIF_error ; knock-knock
+ FileOpen $R0 $2 "r" ; open the door
+
+ GetTempFileName $R2 ; who's new?
+ FileOpen $R1 $R2 "w" ; the escape, please!
+
+ RIF_loop: ; round'n'round we go
+ FileRead $R0 $R3 ; read one line
+ IfErrors RIF_leaveloop ; enough is enough
+ ;RIF_sar: ; sar - search and replace
+ Push "$R3" ; (hair)stack
+ Push "$1" ; needle
+ Push "$0" ; blood
+ Call StrReplace ; do the bartwalk
+ StrCpy $R4 "$R3" ; remember previous state
+ Pop $R3 ; gimme s.th. back in return!
+ ;StrCmp "$R3" "$R4" +1 RIF_sar ; loop, might change again!
+ FileWrite $R1 "$R3" ; save the newbie
+ Goto RIF_loop ; gimme more
+
+ RIF_leaveloop: ; over'n'out, Sir!
+ FileClose $R1 ; S'rry, Ma'am - clos'n now
+ FileClose $R0 ; me 2
+
+ Delete "$2.old" ; go away, Sire
+ Rename "$2" "$2.old" ; step aside, Ma'am
+ Rename "$R2" "$2" ; hi, baby!
+
+ ClearErrors ; now i AM a newborn
+ Goto RIF_out ; out'n'away
+
+ RIF_error: ; ups - s.th. went wrong...
+ SetErrors ; ...so cry, boy!
+
+ RIF_out: ; your wardrobe?
+ Pop $R4
+ Pop $R3
+ Pop $R2
+ Pop $R1
+ Pop $R0
+ Pop $2
+ Pop $0
+ Pop $1
+
+FunctionEnd
Added: trunk/ac/script/StrReplace.nsh
===================================================================
--- trunk/ac/script/StrReplace.nsh (rev 0)
+++ trunk/ac/script/StrReplace.nsh 2006-12-14 10:21:30 UTC (rev 26)
@@ -0,0 +1,51 @@
+; function StrReplace
+; by Hendri Adriaens
+
+; Hen...@ho...
+
+function StrReplace
+ Exch $0 ;this will replace wrong characters
+ Exch
+ Exch $1 ;needs to be replaced
+ Exch
+ Exch 2
+ Exch $2 ;the orginal string
+ Push $3 ;counter
+ Push $4 ;temp character
+ Push $5 ;temp string
+ Push $6 ;length of string that need to be replaced
+ Push $7 ;length of string that will replace
+ Push $R0 ;tempstring
+ Push $R1 ;tempstring
+ Push $R2 ;tempstring
+ StrCpy $3 "-1"
+ StrCpy $5 ""
+ StrLen $6 $1
+ StrLen $7 $0
+ Loop:
+ IntOp $3 $3 + 1
+ StrCpy $4 $2 $6 $3
+ StrCmp $4 "" ExitLoop
+ StrCmp $4 $1 Replace
+ Goto Loop
+ Replace:
+ StrCpy $R0 $2 $3
+ IntOp $R2 $3 + $6
+ StrCpy $R1 $2 "" $R2
+ StrCpy $2 $R0$0$R1
+ IntOp $3 $3 + $7
+ Goto Loop
+ ExitLoop:
+ StrCpy $0 $2
+ Pop $R2
+ Pop $R1
+ Pop $R0
+ Pop $7
+ Pop $6
+ Pop $5
+ Pop $4
+ Pop $3
+ Pop $2
+ Pop $1
+ Exch $0
+FunctionEnd
\ No newline at end of file
Added: trunk/ac/script/remove_temporary_files.bat
===================================================================
--- trunk/ac/script/remove_temporary_files.bat (rev 0)
+++ trunk/ac/script/remove_temporary_files.bat 2006-12-14 10:21:30 UTC (rev 26)
@@ -0,0 +1,5 @@
+set BINDIR=c:\program files\dccss\bin
+set TMPDIR=c:\tmp
+"%BINDIR%\find.exe" "%TMPDIR%\ms_tmp" -type f -mmin +60 -exec "%BINDIR%\rm.exe" -f "{}" ;
+"%BINDIR%\find.exe" "%TMPDIR%" -type d -mmin +60 -name "shp*" -exec "%BINDIR%\rm.exe" -Rf "{}" ;
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 10:25:56
|
Revision: 27
http://svn.sourceforge.net/rapc/?rev=27&view=rev
Author: maher_karim
Date: 2006-12-14 02:25:24 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/plugin/
trunk/ac/plugin/identifyplugin.php
trunk/ac/plugin/imageidentifyplugin.php
Added: trunk/ac/plugin/identifyplugin.php
===================================================================
--- trunk/ac/plugin/identifyplugin.php (rev 0)
+++ trunk/ac/plugin/identifyplugin.php 2006-12-14 10:25:24 UTC (rev 27)
@@ -0,0 +1,85 @@
+<?php
+/* DCMMS -- DC Maintenance Management System
+ *
+ * identifyplugin.php - Base class for plug-ins to the map identify tool.
+ *
+ * Copyright (C) 2005 DORSCH Consult
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+/**
+ * Base class for plug-ins to the map identify tool.
+ */
+class IdentifyPlugin {
+
+ /**
+ * An array containing the options from the parsed configuration file.
+ */
+ var $arrConfiguration = NULL;
+
+ /**
+ * The PHP/Mapscript layer that the plug-in is working on.
+ */
+ var $objLayer = NULL;
+ /**
+ * Construct a new IdentifyPlugin object.
+ * @param $arrConfiguration Array containing the options from the parsed
+ * configuration file.
+ * @param $objLayer is the PHP/Mapscript layer that the plug-in is working on.
+ * @return A new IdentifyPlugin object.
+ */
+ function IdentifyPlugin($arrConfiguration, $objLayer) {
+ $this->arrConfiguration = $arrConfiguration;
+ $this->objLayer = $objLayer;
+ }
+
+ /**
+ * @param $strClass A string containing the class name of which an object
+ * should be instantiated.
+ * @param $arrConfiguration Array containing the options from the parsed
+ * configuration file.
+ * @param $objLayer is the PHP/Mapscript layer that the plug-in is working on.
+ * @return A reference to the instanciated object.
+ */
+ function &factory($strClass, $arrConfiguration, $objLayer = NULL) {
+ /**
+ * Check whether the class/file should be included or not, since
+ * it appears as if include_once is pretty time consuming.
+ */
+ if (!class_exists($strClass)) {
+ include_once('plugin/'.strtolower($strClass).'.php');
+ }
+ return new $strClass($arrConfiguration, $objLayer);
+ }
+
+ /**
+ * Render the plug-in output as HTML.
+ * @return A string containing the HTML code to be included in the page.
+ * An empty string is returned in case there are problems.
+ */
+ function toHtml() {
+ return('');
+ }
+
+ /**
+ * Return information about the plug-in.
+ * @return A localized string containing information about the plug-in.
+ */
+ function getAbout() {
+ return(_("An abstract plug-in to the map identify tool."));
+ }
+}
+?>
Added: trunk/ac/plugin/imageidentifyplugin.php
===================================================================
--- trunk/ac/plugin/imageidentifyplugin.php (rev 0)
+++ trunk/ac/plugin/imageidentifyplugin.php 2006-12-14 10:25:24 UTC (rev 27)
@@ -0,0 +1,166 @@
+<?php
+/* DCMMS -- DC Maintenance Management System
+ *
+ * imageidentifyplugin.php - Add links to a directory of images.
+ *
+ * Copyright (C) 2005 DORSCH Consult
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+require_once('HTML/Table.php');
+
+/**
+ * An identify tool plug-in that lists images in a directory for a given ID.
+ */
+class ImageIdentifyPlugin extends IdentifyPlugin {
+ /**
+ * Whether the configuration is ok or not.
+ */
+ var $boolConfiguration = true;
+
+ /**
+ * The HTML output.
+ */
+ var $strHtml = '';
+
+ /**
+ * Construct a new ImageIdentifyPlugin object
+ * @param $arrConfiguration Array containing the options from the parsed
+ * configuration file.
+ * @param $objLayer is the PHP/Mapscript layer that the plug-in is working on.
+ * @return A new ImageIdentifyPlugin object.
+ */
+ function ImageIdentifyPlugin($arrConfiguration, $objLayer) {
+ $this->arrConfiguration = $arrConfiguration;
+ $this->objLayer = $objLayer;
+ /**
+ * Check the configuration.
+ */
+ if((!extension_loaded('exif'))&&(!dl('php_exif.dll'))&&(!dl('php_exif.so'))) {
+ $this->strHtml = '<p class="important">'.
+ _('ImageIdentifyPlugin configuration error:').' '.
+ _('EXIF extension is missing.').'</p>';
+ $this->boolConfiguration = false;
+ return($this);
+ }
+ if((!is_array($this->arrConfiguration))||
+ (!isset($this->arrConfiguration['ImageLocation']))) {
+ $this->strHtml = '<p class="important">'.
+ _('ImageIdentifyPlugin configuration error:').' '.
+ _('Cannot find ImageLocation configuration.').'</p>';
+ $this->boolConfiguration = false;
+ return($this);
+ }
+ if(!is_string($arrConfiguration['ImageLocationURL'])) {
+ $this->strHtml = '<p class="important">'.
+ _('ImageIdentifyPlugin configuration error:').' '.
+ _('Cannot find ImageLocationURL.').'</p>';
+ $this->boolConfiguration = false;
+ return($this);
+ }
+ if(!is_string($arrConfiguration['Pattern'])) {
+ $this->strHtml = '<p class="important">'.
+ _('ImageIdentifyPlugin configuration error:').' '.
+ _('Cannot find Pattern configuration.').'</p>';
+ $this->boolConfiguration = false;
+ return($this);
+ }
+ if(!is_string($arrConfiguration['Field'])) {
+ $this->strHtml = '<p class="important">'.
+ _('ImageIdentifyPlugin configuration error:').' '.
+ _('Cannot find Field configuration.').'</p>';
+ $this->boolConfiguration = false;
+ return($this);
+ }
+ if(is_object($this->objLayer)) {
+ $this->objLayer->open();
+ $arrFields = explode(" ", $this->objLayer->getMetaData("RESULT_FIELDS"));
+ if(!in_array($arrConfiguration['Field'], $arrFields)) {
+ $_SESSION['maher']=$arrConfiguration;
+
+ $this->strHtml = '<p class="important">'.
+ _('ImageIdentifyPlugin configuration error:').' '.
+ _('Cannot find field in query result.').'</p>';
+ $this->boolConfiguration = false;
+ return($this);
+ }
+ }
+ }
+
+ /**
+ * Render the plug-in output as HTML.
+ * @return A string containing the HTML code to be included in the page.
+ * An empty string is returned in case there are problems.
+ */
+ function toHtml() {
+ if(!$this->boolConfiguration) {
+ return($this->strHtml);
+ }
+ $objTable = new HTML_Table();
+ $objTable->addRow(array(_('Image'),_('Description')),'','TH');
+ $numResults = $this->objLayer->getNumResults();
+ for($iRes=0; $iRes < $numResults; $iRes++) {
+ $objResult = $this->objLayer->getResult($iRes);
+ $Risultato=$objResult->shapeindex;
+ $this->objLayer->open();
+ $objShape = $this->objLayer->getShape(0,$Risultato);
+ $arrValues = $objShape->values;
+
+ $strValue = $arrValues[$this->arrConfiguration['Field']];
+ $strImageLocation = sprintf($this->arrConfiguration['ImageLocation'],
+ $strValue);
+
+ if(!is_dir($strImageLocation)) continue;
+ if($handle = opendir($strImageLocation)) {
+ while(false !== ($strFile = readdir($handle))) {
+ if(preg_match($this->arrConfiguration['Pattern'], $strFile)) {
+ $strComment = '';
+ /**
+ * Use EXIF comment to describe image.
+ */
+ $arrComment = exif_read_data($strImageLocation.$strFile, 'WINXP',
+ true);
+ if((is_array($arrComment))&&(isset($arrComment['WINXP']))) {
+ foreach($arrComment['WINXP'] as $strCommentLine) {
+ $strComment .= $strCommentLine;
+ }
+ }
+ $objTable->addRow(array('<a href="'.
+ sprintf($this->arrConfiguration['ImageLocationURL'], $strValue).
+ $strFile.'">'.$strFile.'</a> ', $strValue));
+ }
+ }
+ closedir($handle);
+ }
+ }
+ $objTable->altRowAttributes(1, array("class"=>"background_two"),
+ array("class"=>"background_one"));
+ if(1 == $objTable->getRowCount()) {
+ return(' ');
+ }
+ return($objTable->toHtml());
+ }
+
+ /**
+ * Return information about the plug-in.
+ * @return A localized string containing information about the plug-in.
+ */
+ function getAbout() {
+ return('ImageIdentifyPlugin: '.
+ _('A plug-in to display images of features selected by the identify tool.'));
+ }
+}
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 10:25:56
|
Revision: 27
http://svn.sourceforge.net/rapc/?rev=27&view=rev
Author: maher_karim
Date: 2006-12-14 02:25:24 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/plugin/
trunk/ac/plugin/identifyplugin.php
trunk/ac/plugin/imageidentifyplugin.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 11:46:30
|
Revision: 28
http://svn.sourceforge.net/rapc/?rev=28&view=rev
Author: maher_karim
Date: 2006-12-14 03:46:27 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/include/
trunk/ac/include/dccss.css
trunk/ac/include/dccsspage.php
trunk/ac/include/dccsspostgis.php
trunk/ac/include/dcmmap.php
trunk/ac/include/dcmmspear.php
trunk/ac/include/dcmpostgis.php
trunk/ac/include/header.php
trunk/ac/include/i18n.php
trunk/ac/include/ltr.css
trunk/ac/include/print.css
trunk/ac/include/rtl.css
Added: trunk/ac/include/dccss.css
===================================================================
--- trunk/ac/include/dccss.css (rev 0)
+++ trunk/ac/include/dccss.css 2006-12-14 11:46:27 UTC (rev 28)
@@ -0,0 +1,205 @@
+body {
+ font-family: Arial, Helvetica, sans-serif;
+ padding: 0px;
+ margin: 0px;
+ border: 0px;
+ padding-bottom: 2em;
+}
+
+p {
+ padding: 0.1em;
+ margin: 0px;
+}
+
+h1,h2,h3 {
+ font-family: Arial, Helvetica, sans-serif;
+ margin: 0.2em;
+ padding: 0px;
+}
+
+table { margin: 1px;}
+
+th {
+ background-color: #9db8d2;
+
+}
+
+td {
+background-color: #ffffcc;
+text-align: left;
+
+}
+
+
+.navigation {
+ padding: 0px;
+ padding-bottom: 1px;
+ margin: 0px;
+ background-color: #9db8d2;
+ border-bottom: 1px solid black;
+ line-height: 1.5em;
+ text-align: bottom;
+}
+
+.navigation form, .navigation img {
+ display: inline;
+}
+
+form {
+ padding: 0px;
+ margin: 0px;
+}
+
+#footer {
+ margin: 0.5em;
+ background-color: #9db8d2;
+}
+
+.footer select { width: 3em; }
+
+body>.footer {
+ position: fixed;
+}
+
+.related {
+ padding-top: 1em;
+}
+
+.label {
+ background-color: #cccccc;
+
+}
+
+.input {
+ color: black;
+ text-align: left;
+}
+
+.important {
+ color: red;
+}
+
+.inline {
+ display: inline;
+}
+
+.center {
+ text-align: center;
+}
+
+button {
+ margin-left: 2px;
+}
+
+.compact, .compact td, .compact th {
+ border-spacing: 0px;
+ border-collapse: collapse;
+ border-width: 1px;
+ border-color: black;
+ margin-top: 0.5em;
+ margin-left: 0.5em;
+}
+
+.dateinput {
+ direction: ltr;
+}
+
+pre {
+ background-color: #dddddd;
+}
+
+@page { size: 19.5cm 28.0cm landscape; margin: 1.0cm; }
+
+.tab_one_panel {
+ background-color: #eeeeee;
+ padding: 2px;
+ overflow: visible;
+ border: 1px solid #bbbbbb;
+}
+
+.tab_one, .tab_title {
+ background-color: #eeeeee;
+ padding: 2px;
+ border-top: 3px solid #eed680;
+ border-left: 1px solid #666666;
+ border-right: 1px solid #666666;
+ border-bottom: 0px;
+}
+
+.tab_one_inactive, .tab_title_disabled {
+ background-color: #bbbbbb;
+ padding-top: 2px;
+ padding-left: 2px;
+ padding-right: 2px;
+ border-top: 1px solid #bbbbbb;
+ border-left: 1px solid #bbbbbb;
+ border-right: 1px solid #bbbbbb;
+ border-bottom: 0px;
+}
+
+.tab_two_panel {
+ padding-top: 6px;
+ background-color: white;
+ width:
+}
+
+.background_one {background-color: #efefef}
+.background_two {background-color: #ffffff}
+
+tr:nth-child(even) {background: #cccccc}
+tr:nth-child(odd) {background: #ffffff}
+
+td:nth-child(even) {background: #cccccc}
+td:nth-child(odd) {background: #ffffff}
+
+div#contentleft {
+ width: 20em;
+ float: left;
+}
+
+div#contentright {
+ float: left;
+}
+
+.box {
+ border: 1px solid black;
+ font-size: xx-small;
+ margin: 1px;
+ //height: 1.1em;
+ whitespace: nowrap;
+ padding: 0px;
+}
+
+.squarebox {
+ width: 1em;
+ height: 1em;
+ border: 1px solid black;
+ font-size: xx-small;
+ padding: 1px;
+ overflow: hidden;
+}
+
+h1 img {
+ vertical-align: top;
+}
+
+.page {
+ page-break-before: always;
+ page-break-after: avoid;
+ page-break-inside: avoid;
+}
+
+.surveyform {
+ border: 1px solid black;
+ width: 95%;
+ border-spacing: 0px;
+ border-collapse: collapse;
+ border-width: 1px;
+ border-color: black;
+ margin-top: 0.5em;
+ margin-left: 0.5em;
+}
+
+.surveyform td {
+ border: 1px solid black;
+}
Added: trunk/ac/include/dccsspage.php
===================================================================
--- trunk/ac/include/dccsspage.php (rev 0)
+++ trunk/ac/include/dccsspage.php 2006-12-14 11:46:27 UTC (rev 28)
@@ -0,0 +1,525 @@
+<?php
+/* AC -- MPWH Land Acquisition
+ *
+ * RolPage.php - General classes for ROL pages; replaces header.php
+ *
+
+ * Copyright (C) 2006 DC Water and Environment.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+/**
+ * Start session, set default language
+ */
+session_start();
+if(isset($_REQUEST['language'])&&(is_array($_REQUEST['language']))) {
+ if(isset($_SESSION['language'])) {
+ $arrNewLanguage = array_diff($_REQUEST['language'],
+ array($_SESSION['language']));
+ if(count($arrNewLanguage) > 0) {
+ $_SESSION['language'] = addslashes($arrNewLanguage[0]);
+ }
+ } else {
+ $_SESSION['language'] = addslashes($_REQUEST['language[]'][0]);
+ }
+}
+if(!isset($_SESSION['language'])) {
+ $_SESSION['language'] = 'en';
+}
+
+/**
+ * Used in the CVS date handling.
+ */
+$Date = "";
+$Empty = "";
+
+/**
+ * enclose a string in ""
+ */
+function quote($strQuote) {
+ return "\"".($strQuote)."\"";
+}
+
+/**
+ * The skeleton of the DCCSS pages.
+ */
+class RolPage {
+ /**
+ * The PEAR logger object.
+ */
+ var $logger;
+
+ /**
+ * The page title
+ */
+ var $strTitle = "";
+
+ /**
+ * The path of the current DCCSS page in the application.
+ */
+ var $strPathInDccss = "";
+
+ /**
+ * The HTML code for the body.
+ */
+ var $strBody = "";
+
+ /**
+ * The path to the descriptive icon image.
+ */
+ var $strIconImage = "";
+
+ /**
+ * An optional script section for the header
+ */
+ var $strScript;
+
+ /**
+ * The heading 1 on the page.
+ */
+ var $strH1 = "";
+
+ /**
+ * The date when the page was last modified
+ */
+ var $strCvsDate = "";
+
+
+ /**
+ * The DccssPostGis object to handle database functionality
+ */
+ var $postgis = null;
+
+ /**
+ * A set of messages to be displayed at the top of the page.
+ */
+ var $strMessage = '';
+
+ /**
+ * The name of the page that was opened. Used in the help link.
+ */
+ var $strPageName = '';
+ /**
+ * Set the CVS date that appears in the footer.
+ * @param $strDate is the date when the page was last modified.
+ * @return nothing
+ */
+ function setCvsDate($strDate) {
+ $this->strCvsDate = $strDate;
+ $this->strCvsDate = date("l dS of F Y h:i:s A");;
+
+ }
+ /**
+ * Create a new DCCSS page.
+ * @param $strPageTitle is the page title.
+ * @param $strPathInDccss is the path to the DCCSS base directory ('./' or
+ * '../').
+ * @return the RolPage object.
+ */
+ function RolPage($strPageTitle, $strPathInDccss = './') {
+ /**
+ * Adjust include path if necessary.
+ */
+ $this->strPathInDccss = $strPathInDccss;
+ if($this->strPathInDccss == '../') {
+ set_include_path(get_include_path().PATH_SEPARATOR.'..'.PATH_SEPARATOR.
+ '../include');
+ } else {
+ set_include_path(get_include_path().PATH_SEPARATOR.'./include');
+ }
+ require_once('conf/dccssconfig.php');
+ require_once('Log.php');
+ require_once('include/dccsspostgis.php');
+
+ /**
+ * Set the locale
+ */
+ $arrCountry = array('ar'=>'JO', 'en'=>'GB', 'fr'=>'FR', 'de'=>'DE',
+ 'it'=>'IT', 'th'=>'TH');
+ $strNumericLocale = 'en';
+ if(PHP_OS == 'WINNT' || PHP_OS == 'WIN32' ||
+ strlen($_SESSION['language']) == 5) {
+ $strLocale = $_SESSION["language"];
+ } else {
+ $strLocale = $_SESSION["language"]."_".
+ $arrCountry[$_SESSION["language"]];
+ $strNumericLocale = "en_GB";
+ }
+
+ putenv("LANG=".$strLocale);
+ if(!setlocale(LC_ALL, $strLocale)) {
+ // echo("Failed to set the locale $strLocale");
+ }
+
+ if(!setlocale(LC_NUMERIC, $strNumericLocale)) {
+ echo("Failed to set the numeric locale");
+ }
+
+ bindtextdomain($_SESSION['textdomain'], $strPathInDccss."locale");
+ bind_textdomain_codeset ($_SESSION['textdomain'],"UTF-8");
+ textdomain($_SESSION['textdomain']);
+
+ $this->strTitle = _($strPageTitle);
+ $strUserName = "NotLoggedOn";
+ if(array_key_exists("UserName", $_SESSION)) {
+ $strUserName = $_SESSION["UserName"];
+ }
+ $conf = array("mode" => 0600, "timeFormat" => "%Y-%m-%d %H:%M");
+ $this->logger = &Log::singleton("file", $_SESSION["strLogFileLocation"],
+ $strUserName, $conf);
+ $this->strH1 = _($strPageTitle);
+
+ $this->postgis = new DccssPostGIS();
+ if($this->postgis == NULL) {
+ if(headers_sent()) {
+ echo('<p class="important">'._('FATAL ERROR: Not logged on!').
+ '</p>');
+ echo('<p><a href="'.$this->strPathInDccss.
+ 'logon.php?action=logon_failure">'._('Logon').'</a></p>');
+ die();
+ } else {
+ header ("Location: ".$this->strPathInDccss.
+ "logon.php?action=logon_failure");
+ die();
+ }
+ }
+ }
+
+ /**
+ * Set the name of the page that was opened.
+ * @param $strPageName is a string containing the page name. Usually
+ * basename(__FILE__) should be used for this.
+ * @return Nothing.
+ */
+ function setPageName($strPageName) {
+ $this->strPageName = $strPageName;
+ }
+ /**
+ * HTML Code for an important paragraph.
+ * @param $strText the paragraph text
+ * @return nothing
+ */
+ function importantParagraph($strText) {
+ echo("<p class=\"important\">".$strText."</p>");
+ }
+ /**
+ * Output the page as HTML
+ * @return the HTML code of the page
+ */
+ function toHtml() {
+ $strHtml = "";
+ /**
+ * Redirect to logon.php if not logged on
+ */
+ if(((isset($_SERVER['PATH_INFO']))&&
+ (!strpos($_SERVER['PATH_INFO'], 'logon.php')))&&
+ ((isset($_SERVER['SCRIPT_NAME'])&&
+ (!strpos($_SERVER['SCRIPT_NAME'], 'logon.php'))))) {
+ if((!array_key_exists("UserName", $_SESSION)) ||
+ (!array_key_exists("Password", $_SESSION)) ||
+ ($_SESSION["UserName"] == "") || ($_SESSION["Password"] == "")) {
+ header("Location: ".$this->strPathInDccss."logon.php");
+ die();
+ }
+ }
+ $strHtml="<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" ".
+ "\"xhtml1-strict.dtd\">\n".
+ "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"".
+ $_SESSION["language"]."\">\n".
+ "<head>\n".
+ "<title>"._($this->strTitle)."</title>\n".
+ "<link rel=\"stylesheet\" href=\"".$this->strPathInDccss."/include/dccss.css\"".
+ " type=\"text/css\" media=\"screen\"/>\n".
+ '<link rel="stylesheet" href="'.$this->strPathInDccss.'/include/print.css"
+ type="text/css" media="print" />'.PHP_EOL.
+ "<link rel=\"stylesheet\" href=\"".$this->strPathInDccss;
+ if(strncmp($_SESSION['language'], 'ar', 2) == 0) {
+ $strHtml = $strHtml."/include/rtl";
+ } else {
+ $strHtml = $strHtml."/include/ltr";
+ }
+ $strHtml = $strHtml.".css\" type=\"text/css\" />\n".
+ "<link rel=\"shortcut icon\" href=\"".$this->strPathInDccss.
+ "images/dccss.ico\" />\n".
+ "<meta http-equiv=\"content-type\"".
+ "content=\"text/xhtml; charset=UTF-8\" />\n".
+ $this->strScript.
+ "</head>\n".
+ "<body dir=\"";
+ if(strncmp($_SESSION['language'], 'ar', 2) == 'ar') {
+ $strHtml .= 'rtl';
+ } else {
+ $strHtml .= 'ltr';
+ }
+ $strHtml .= '">
+ <div class="navigation">
+ <span class="navigationstart">
+ <img alt="'._("AC").'" src="'.$this->strPathInDccss.
+ 'images/dccss_icon_16.png" />
+ <a href="'.$this->strPathInDccss.'index.php?PHPSESSID='.session_id().
+ '" title="'._('Click this link to go to the AC main page.').
+ '">'._('AC').' 0.0.1</a>
+ </span>
+ <span class="navigationend">
+ <form name="search" action=
+ "'.$this->strPathInDccss.'search.php" method="post">
+ <img alt="'._('Search').'" src="'.$this->strPathInDccss.
+ 'images/stock_search.png" align="middle" />
+ <input type="text" name="sequence" size="5" />
+ <button type="submit" name="spider_submit">'.
+ _('Go to link by link number').
+ '</button>
+ </form>
+ <form name="language_selection" action="'.$this->strPageName.'?d=1';
+ /**
+ * Recreate the request.
+ */
+ if(isset($_GET)) {
+ $arrRequestKeys = array_keys($_GET);
+ foreach($_GET as $strRequestKey => $strRequestValue) {
+ //if(is_string($strRequestValue)||($strRequestKey == 'gid')) {
+ $strHtml .= '&'.$strRequestKey.'='.
+ urlencode($strRequestValue);
+ //}
+ }
+ }
+ $strHtml .= '" method="post">
+ ';
+ if(isset($_POST)) {
+ $arrPostKeys = array_keys($_POST);
+ foreach($arrPostKeys as $strPostKey) {
+ if(($strPostKey != 'language')) {
+ $strHtml .= '<input type="hidden" name="'.$strPostKey.
+ '" value="'.$_POST[$strPostKey].'" />
+ ';
+ }
+ }
+ }
+ $strHtml .= '<img alt="'._('Language: ').'" align="middle" src="'.
+ $this->strPathInDccss.
+ 'images/config-language.png" /><a name="#language_title" title="'.
+ _('Select the language in which the AC pages are displayed.').' '.
+ _('Next, click the "Select" button.').'">
+ <select name="language[]" size="1" type="submit" onChange=
+ "if((this.form)&&(this.form.submit)) this.form.submit()">';
+ if(!isset($_SESSION['language'])) {
+ $_SESSION['language'] = 'en';
+ }
+ $dirName = $this->strPathInDccss.'locale';
+ $d = dir($dirName);
+ while($entry = $d->read()) {
+ if($entry != '.' && $entry != '..' && $entry != 'CVS' &&
+ in_array($entry, $_SESSION['arrLanguages'])) {
+ if (is_dir($dirName.'/'.$entry)) {
+ $strHtml .= '<option ';
+ if($entry == $_SESSION['language']) {
+ $strHtml = $strHtml.'selected="selected"';
+ }
+ $strHtml .= '>'.$entry.'</option>
+ ';
+ }
+ }
+ }
+ $strHtml .= '</select></a>
+ <a name="#language_button" title="'.
+ _("Click this button after selecting a language.").
+ '">
+ <button type="submit" name="language_submit">'.
+ _('Select').'</button></a>
+ <img src="'.$this->strPathInDccss.
+ 'images/stock_help-16.png" align="middle" alt="'._('Help').'"/>'.
+ '<a href="'.$this->strPathInDccss.'doc/user/'.
+ substr($_SESSION['language'], 0, 2).'/index.html#'.$this->strPageName.
+ '" target=
+ "_blank" title="'.
+ _("Click this link to view related information in the AC user manual.").
+ '">'._('Help').'</a>
+ <img src="'.$this->strPathInDccss.
+ 'images/stock_exit-16.png" align="middle" alt="'._('Logoff').'"/>'.
+ '<a href="'.$this->strPathInDccss.'logon.php?action=logoff"
+ title="'.
+ _('Click this link to exit the AC application.').
+ '">'._('Logoff').' ';
+ if(isset($_SESSION['UserName'])) {
+ $strHtml .= $_SESSION['UserName'];
+ }
+ $strHtml .= '</a>
+ </form>
+ </span>
+ </div>
+ ';
+ if($this->strH1 != "") {
+ $strHtml = $strHtml."<h1>";
+ if($this->strIconImage != "") {
+ $strHtml = $strHtml." <img alt=\"DCCSS\" src=".
+ quote($this->strPathInDccss."images/".$this->strIconImage).
+ "/>"._($this->strH1);
+ } else {
+ $strHtml = $strHtml.$this->strH1;
+ }
+ $strHtml = $strHtml."</h1>\n";
+ }
+ /**
+ * Display messages.
+ */
+ if($this->strMessage != '') {
+ $strHtml .= $this->strMessage.'<br />';
+ }
+ /**
+ * Insert the HTML body
+ */
+ $this->strCvsDate=$this->getTimestamp();
+ $strHtml = $strHtml.$this->strBody;
+ $strHtml =$strHtml."<div id=\"footer\">".
+ _("Copyright (c) 2006 DORSCH Consult. ")." ".
+ _("Last modified ").
+ $this->strCvsDate.
+ "</div>\n".
+ "</body>\n".
+ "</html>\n";
+
+ $this->postgis->db->disconnect();
+
+ return($strHtml);
+ }
+
+ /**
+ * Add HTML code to the page body
+ * @param $strHtml is the HTML code to be added to the body.
+ * @return nothing
+ */
+ function add($strHtml) {
+ $this->strBody = $this->strBody.$strHtml;
+ }
+
+ /**
+ * Add an important message to be displayed. The message will be automatically
+ * enclosed in a paragraph.
+ * @param $strMessage is the message to be displayed.
+ * @return Nothing.
+ */
+ function addMessage($strMessage) {
+ $this->strMessage .= '<p class="important">'.$strMessage.'</p>';
+ }
+
+ /**
+ * Set the icon used in heading 1.
+ * @param $strImagePath is the path to the image.
+ * @return nothing
+ */
+ function setIconImage($strImagePath) {
+ $this->strIconImage = $strImagePath;
+ }
+
+
+
+ /**
+ * Return a string timestamp that is compatible with the time format used in
+ * the database
+ * @param $offYear is a negative integer offset for the year.
+ * @param $offMonth is a negative integer offset for the month.
+ * @param $offDay is a negative integer offset for the day.
+ * @return The timestamp as a string in ISO date format.
+ */
+ function getTimestamp($offYear=0, $offMonth=0, $offDay=0) {
+ $strDate = date((date("Y")-$offYear)."-".(date("m")-$offMonth)."-".
+ (date("d")-$offDay)." H:i");
+ $intTime = strtotime($strDate);
+ return(date("Y-m-d H:i", $intTime));
+
+ }
+}
+/**
+ * DCCSS Pages that are only for Administrators
+ */
+class DccssAdminPage extends RolPage {
+
+ /**
+ * Whether the user is an administrator or not
+ */
+ var $boolAdministrator = false;
+
+ /**
+ * Create a new DCCSS administrator page.
+ * @param $strPageTitle is the page title
+ * @param $strPathInDmms is the path from the page to the DCCSS base
+ * directory ('./' or '../').
+ * @return the DccssAdminPage object.
+ */
+ function DccssAdminPage($strPageTitle, $strPathInDccss = '../') {
+ parent::RolPage($strPageTitle, $strPathInDccss);
+ $this->boolAdministrator = $this->postgis->isAdministrator($_SESSION["UserName"]);
+ if(!$this->boolAdministrator) {
+ $this->strBody = "<p class=\"important\">".
+ _("This page is for AC administrators only.")."</p>";
+ }
+ }
+
+ /**
+ * Add HTML code to the page body
+ * @param $strHtml is the HTML code to be added to the body.
+ * @return nothing
+ */
+ function add($strHtml) {
+ if($this->boolAdministrator) {
+ $this->strBody = $this->strBody.$strHtml;
+ }
+ }
+
+ /**
+ * Translate a term using php_gettext
+ * @param $strTerm is the string to be translated.
+ * @return the translated string.
+ */
+ function _($strTerm) {
+ if(!$strTerm) {
+ return("");
+ }
+ return _($strTerm);
+ }
+}
+
+/**
+ * Tabbed DCCSS Pages that allow to access the list of workorders
+ */
+class WorkorderPage extends RolPage {
+
+ /**
+ * The workorder number to be displayed in the tab.
+ */
+ var $strId = NULL;
+
+ /**
+ * Output the page as HTML
+ * @return the HTML code of the page
+ */
+ function toHtml() {
+ $this->strBody = '<a href="workorderlist.php?PHPSESSID='.session_id().
+ '&status=1" class="tab_one_inactive">'._('Pending').'</a>'.
+ ' <a href="workorderlist.php?PHPSESSID='.session_id().
+ '&status=2" class="tab_one_inactive">'._('Completed').'</a>'.
+ (isset($this->strId) ? ' <span class="tab_one">'.
+ sprintf(_('Workorder #%s'), $this->strId).'</span> ' :
+ '').$this->strBody;
+ return parent::toHtml();
+ }
+
+ function setId($strId) {
+ $this->strId = $strId;
+ }
+}
+define('DB_DATAOBJECT_NO_OVERLOAD', true);
+?>
Added: trunk/ac/include/dccsspostgis.php
===================================================================
--- trunk/ac/include/dccsspostgis.php (rev 0)
+++ trunk/ac/include/dccsspostgis.php 2006-12-14 11:46:27 UTC (rev 28)
@@ -0,0 +1,150 @@
+<?php
+/**
+ * DCCSS -- DC Comprehensive Subscriber Survey
+ * RAPC -- Road Advertisement Panel Control
+ *
+ * dccsspostgis.php - RDBMS-specific functionality of the DCCSS application
+ *
+ * Copyright (C) 2005DORSCH Consult
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+/**
+ * \todo Completely move to PEAR DB
+ */
+require_once("DB.php");
+
+/**
+ * Database related functionality
+ */
+class DccssPostGIS {
+
+ /**
+ * The PEAR::DB database object
+ */
+ var $db = null;
+
+ /**
+ * DccssPostGIS constructor. Opens database connection.
+ * @return the DccssPostGIS object or NULL in the case of failure.
+ */
+ function DccssPostGIS() {
+ if((!array_key_exists("UserName", $_SESSION))||(!array_key_exists("Password",
+ $_SESSION))||(strtolower($_SESSION["UserName"]) == "postgres" )) {
+ return NULL;
+ }
+
+ $strDSN = "pgsql://".$_SESSION["UserName"].":".$_SESSION["Password"]."@".
+ "localhost/".$_SESSION["strDataBase"];
+ $this->db = DB::connect($strDSN);
+
+ if(DB::isError($this->db)) {
+ return NULL;
+ }
+ }
+
+ /**
+ * Disconnect from the database.
+ * @return nothing
+ */
+ function disconnect() {
+ $this->db->disconnect();
+ }
+
+ /**
+ * Return reversed arabic fields, because they are stored reversed.
+ * @param $strTable is the optional table name.
+ * @param $strLang is the language (optional, looked up from the session if not
+ * provided).
+ * @return a String that contains the localized query.
+ */
+ function localize($strFieldPart, $strTable = "", $strLang = "") {
+ $strField = "ERROR";
+ if((isset($strTable)) && ($strTable != "")) {
+ $strTable = $strTable.".";
+ } else {
+ $strTable = "";
+ }
+ if(array_key_exists("language", $_SESSION)) {
+ if($strLang == "") {
+ $strLang = $_SESSION["language"];
+ };
+ $strField = "dcmmstranslation('$strLang', ".$strTable.$strFieldPart.")";
+ }
+ return $strField;
+ }
+
+ /**
+ * Return an array that contains the ids of postgresql users in the
+ * group with the given name.
+ * @param $strGroup is the group name to be queried.
+ * @return an array of Strings with the users IDs
+ */
+ function getGroupArray($strGroup) {
+ $arrIDs = array();
+ $strQuery =
+ "select grolist from pg_group where groname = '$strGroup'";
+ $objResult = pg_query($strQuery);
+ if(($objResult)&&(pg_num_rows($objResult) == 1)) {
+ $arrRow = pg_fetch_row($objResult);
+ $strList = $arrRow[0];
+ $arrIDs = split("[ {,}]", $strList);
+ }
+ return array_filter($arrIDs, "strlen");
+ }
+
+ /**
+ * Whether a DCCSS user is an administrator or not
+ * @param $strUsername is the name of the DCCSS user.
+ * @param $arrIDs is the optional array of user ids in the dcmmsadministrator
+ * group
+ * @return true if the specified user is in the dcmmsadministrator group
+ * of the DCCSS database
+ */
+ function isAdministrator($strUserName, $arrIDs = null) {
+ $strQuery = "select usesysid from pg_user where usename='$strUserName'";
+ $objResult = pg_query($strQuery);
+ $strID = "";
+ if(($objResult)&&(pg_num_rows($objResult) == 1)) {
+ $arrRow = pg_fetch_row($objResult);
+ $strID = $arrRow[0];
+ } else {
+ return false;
+ }
+ if($strID == "") {
+ return false;
+ }
+ if($arrIDs == null) {
+ $arrIDs = $this->getGroupArray($_SESSION['administratorGroup']);
+ }
+ foreach($arrIDs as $strAdminID) {
+ if($strID == $strAdminID) {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ /**
+ * Build an SQL statement that will return the date in ISO format.
+ * @param $strField is the expression that contains the timestamp.
+ * @return An SQL statement that can be executed in the database.
+ */
+ function formatTimestamp($strField) {
+ return "to_char(".$strField.",'yyyy-mm-dd HH24:mi')";
+ }
+
+} ?>
\ No newline at end of file
Added: trunk/ac/include/dcmmap.php
===================================================================
--- trunk/ac/include/dcmmap.php (rev 0)
+++ trunk/ac/include/dcmmap.php 2006-12-14 11:46:27 UTC (rev 28)
@@ -0,0 +1,611 @@
+<?php
+/* RAPC -- Road Advertisement Panel Control
+ *
+ * dcmmap.php - PHP/Mapscript functions
+ *
+ * Copyright (C) 2000 DM Solutions Group Inc.
+ * Copyright (C) 2005 DORSCH Consult
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+require_once("dcmmaputil.php");
+require_once("plugin/identifyplugin.php");
+
+if(sizeof($_POST) > 0) {
+ $HTTP_FORM_VARS = $_POST;
+} else {
+ $HTTP_FORM_VARS = array("");
+}
+
+
+/* ==================================================================== */
+/* Find out whether GIF is supported... if not falback on PNG/JPG */
+/* ==================================================================== */
+if(strpos( ms_GetVersion(), "OUTPUT=GIF") > 0 ) {
+ $gImagesFmt = "MS_GIF";
+} else {
+ $gImagesFmt = "MS_PNG";
+}
+
+/************************************************************************/
+/* function GMap75CheckClick() */
+/* */
+/* Function to set the status ON/OFF of a layer according to */
+/* htrtp parameters passed. (paremeters are here equal to the */
+/* layer name). */
+/************************************************************************/
+function GMap75CheckClick() {
+ GLOBAL $HTTP_FORM_VARS;
+ GLOBAL $gpoMap, $gbShowQueryResults, $gszZoomBoxExt;
+ GLOBAL $dfMapExtMinX;
+ GLOBAL $dfMapExtMinY;
+ GLOBAL $dfMapExtMaxX;
+ GLOBAL $dfMapExtMaxY;
+
+ GLOBAL $dfMaxExtMinX;
+ GLOBAL $dfMaxExtMinY;
+ GLOBAL $dfMaxExtMaxX;
+ GLOBAL $dfMaxExtMaxY;
+ GLOBAL $nClickGeoX;
+ GLOBAL $nClickGeoY;
+ GLOBAL $dfHeightPix;
+ GLOBAL $dfWidthPix;
+
+ reset( $HTTP_FORM_VARS );
+
+/* -------------------------------------------------------------------- */
+/* look for all layers set to on/off */
+/* -------------------------------------------------------------------- */
+ showLayers($gpoMap, $HTTP_FORM_VARS);
+
+/* -------------------------------------------------------------------- */
+/* these are the extents of waht is seen actually, they are */
+/* generated in function GMapRedraw(). */
+/* -------------------------------------------------------------------- */
+ $arrArrays = array($HTTP_FORM_VARS, $_REQUEST);
+ $dfMinX = $gpoMap->extent->minx;
+ $dfMinY = $gpoMap->extent->miny;
+ $dfMaxX = $gpoMap->extent->maxx;
+ $dfMaxY = $gpoMap->extent->maxy;
+ foreach($arrArrays as $arrExtent) {
+ if((array_key_exists("minx", $arrExtent))&&($arrExtent["minx"])) {
+ $dfMinX = doubleval($arrExtent["minx"]);
+ $dfMinY = doubleval($arrExtent["miny"]);
+ $dfMaxX = doubleval($arrExtent["maxx"]);
+ $dfMaxY = doubleval($arrExtent["maxy"]);
+ }
+ }
+
+/* -------------------------------------------------------------------- */
+/* check for image width, hight changes. */
+/* -------------------------------------------------------------------- */
+ if ((array_key_exists("MapSize", $HTTP_FORM_VARS))&&($HTTP_FORM_VARS["MapSize"]))
+ {
+ if (ereg("([0-9]+),([0-9]+)",
+ $HTTP_FORM_VARS["MapSize"], $MapSizeExtents))
+ {
+ $dfWidthPix = intval($MapSizeExtents[1]);
+ $dfHeightPix = intval($MapSizeExtents[2]);
+
+ $gpoMap->set("width",$dfWidthPix);
+ $gpoMap->set("height",$dfHeightPix);
+ }
+ }
+ SetMapExtents($dfMinX, $dfMinY, $dfMaxX, $dfMaxY);
+/* -------------------------------------------------------------------- */
+/* check if the key map has been cliked. */
+/* -------------------------------------------------------------------- */
+ if((array_key_exists("KEYMAP_x", $HTTP_FORM_VARS))
+ &&($HTTP_FORM_VARS["KEYMAP_x"])){
+/* -------------------------------------------------------------------- */
+/* in...
[truncated message content] |
|
From: <mah...@us...> - 2006-12-14 11:46:30
|
Revision: 28
http://svn.sourceforge.net/rapc/?rev=28&view=rev
Author: maher_karim
Date: 2006-12-14 03:46:27 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/include/
trunk/ac/include/dccss.css
trunk/ac/include/dccsspage.php
trunk/ac/include/dccsspostgis.php
trunk/ac/include/dcmmap.php
trunk/ac/include/dcmmspear.php
trunk/ac/include/dcmpostgis.php
trunk/ac/include/header.php
trunk/ac/include/i18n.php
trunk/ac/include/ltr.css
trunk/ac/include/print.css
trunk/ac/include/rtl.css
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 11:57:27
|
Revision: 30
http://svn.sourceforge.net/rapc/?rev=30&view=rev
Author: maher_karim
Date: 2006-12-14 03:57:23 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/images/
trunk/ac/images/about.png
trunk/ac/images/administration-32.png
trunk/ac/images/bill_loader.PNG
trunk/ac/images/bullet_next.gif
trunk/ac/images/buttons/
trunk/ac/images/buttons/back_off.gif
trunk/ac/images/buttons/back_on.gif
trunk/ac/images/buttons/coords_off.gif
trunk/ac/images/buttons/coords_on.gif
trunk/ac/images/buttons/digitize_off.gif
trunk/ac/images/buttons/digitize_on.gif
trunk/ac/images/buttons/download_off.gif
trunk/ac/images/buttons/download_on.gif
trunk/ac/images/buttons/fwd_off.gif
trunk/ac/images/buttons/home_off.gif
trunk/ac/images/buttons/home_on.gif
trunk/ac/images/buttons/identify_off.gif
trunk/ac/images/buttons/identify_on.gif
trunk/ac/images/buttons/measure_off.gif
trunk/ac/images/buttons/measure_on.gif
trunk/ac/images/buttons/pan/
trunk/ac/images/buttons/pan/pane_off.gif
trunk/ac/images/buttons/pan/pann_off.gif
trunk/ac/images/buttons/pan/pannw_off.gif
trunk/ac/images/buttons/pan/pans_off.gif
trunk/ac/images/buttons/pan/panw_off.gif
trunk/ac/images/buttons/pan_e.gif
trunk/ac/images/buttons/pan_n.gif
trunk/ac/images/buttons/pan_off.gif
trunk/ac/images/buttons/pan_on.gif
trunk/ac/images/buttons/pan_s.gif
trunk/ac/images/buttons/pan_w.gif
trunk/ac/images/buttons/print_off.gif
trunk/ac/images/buttons/print_on.gif
trunk/ac/images/buttons/reload_off.gif
trunk/ac/images/buttons/reload_on.gif
trunk/ac/images/buttons/resize_off.gif
trunk/ac/images/buttons/select_off.gif
trunk/ac/images/buttons/select_on.gif
trunk/ac/images/buttons/separatorh.gif
trunk/ac/images/buttons/separatorv.gif
trunk/ac/images/buttons/space.gif
trunk/ac/images/buttons/zoomin_off.gif
trunk/ac/images/buttons/zoomin_off0.gif
trunk/ac/images/buttons/zoomin_on.gif
trunk/ac/images/buttons/zoomin_on.gif_
trunk/ac/images/buttons/zoomminus.gif
trunk/ac/images/buttons/zoomminus0.gif
trunk/ac/images/buttons/zoomout_off.gif
trunk/ac/images/buttons/zoomout_off_0.gif
trunk/ac/images/buttons/zoomout_on.gif
trunk/ac/images/buttons/zoomplus.gif
trunk/ac/images/buttons/zoomplus0.gif
trunk/ac/images/config-language.png
trunk/ac/images/dccss-install.ico
trunk/ac/images/dccss-uninstall.ico
trunk/ac/images/dccss.ico
trunk/ac/images/dccss.jpg
trunk/ac/images/dccss_icon_16.png
trunk/ac/images/dccss_small.png
trunk/ac/images/dcmms_keymap.png
trunk/ac/images/documents.png
trunk/ac/images/empty.gif
trunk/ac/images/gnome-starthere.png
trunk/ac/images/gtz.JPG
trunk/ac/images/icon_collapse.gif
trunk/ac/images/icon_draw.gif
trunk/ac/images/icon_expand.gif
trunk/ac/images/icon_eye.gif
trunk/ac/images/icon_find.gif
trunk/ac/images/icon_info.gif
trunk/ac/images/icon_info2.gif
trunk/ac/images/icon_info_av.gif
trunk/ac/images/icon_landmark.png
trunk/ac/images/icon_measure.gif
trunk/ac/images/icon_minimize.gif
trunk/ac/images/icon_pan.gif
trunk/ac/images/icon_pdf.gif
trunk/ac/images/icon_print.gif
trunk/ac/images/icon_recentre.gif
trunk/ac/images/icon_redraw.gif
trunk/ac/images/icon_remove.gif
trunk/ac/images/icon_track.gif
trunk/ac/images/icon_update.gif
trunk/ac/images/icon_zoomin.gif
trunk/ac/images/icon_zoomin.png
trunk/ac/images/icon_zoomout.gif
trunk/ac/images/info.gif
trunk/ac/images/installer-header.bmp
trunk/ac/images/java_off.gif
trunk/ac/images/java_on.gif
trunk/ac/images/jordan.PNG
trunk/ac/images/jordan.jpg
trunk/ac/images/layer_node.gif
trunk/ac/images/mpwh.PNG
trunk/ac/images/northarrow.PNG
trunk/ac/images/ochain.gif
trunk/ac/images/oempty.gif
trunk/ac/images/ominus.gif
trunk/ac/images/ominusEnd.gif
trunk/ac/images/ominusStart.gif
trunk/ac/images/onode.gif
trunk/ac/images/onodeEnd.gif
trunk/ac/images/oplus.gif
trunk/ac/images/oplusEnd.gif
trunk/ac/images/oplusStart.gif
trunk/ac/images/php-power-white.gif
trunk/ac/images/poweredbymysql-88.png
trunk/ac/images/remove_temporary_files.png
trunk/ac/images/shapefile_dumper.png
trunk/ac/images/spinner.gif
trunk/ac/images/stock-tool-move.png
trunk/ac/images/stock_exit-16.png
trunk/ac/images/stock_extended-help.png
trunk/ac/images/stock_help-16.png
trunk/ac/images/stock_refresh.png
trunk/ac/images/stock_search.png
trunk/ac/images/stock_zoom-in.png
trunk/ac/images/stock_zoom-out.png
trunk/ac/images/thmIdOn13x13.gif
trunk/ac/images/tree_layer.gif
trunk/ac/images/tree_layers.gif
trunk/ac/images/tree_server.gif
trunk/ac/images/workorder.png
trunk/ac/images/workswithmysql-88.png
trunk/ac/images/zoom_to_landmark.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2006-12-14 11:57:28
|
Revision: 30
http://svn.sourceforge.net/rapc/?rev=30&view=rev
Author: maher_karim
Date: 2006-12-14 03:57:23 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Add the land acquisition app to the sourceforge.Still need for confirmation to be under open source.
Added Paths:
-----------
trunk/ac/images/
trunk/ac/images/about.png
trunk/ac/images/administration-32.png
trunk/ac/images/bill_loader.PNG
trunk/ac/images/bullet_next.gif
trunk/ac/images/buttons/
trunk/ac/images/buttons/back_off.gif
trunk/ac/images/buttons/back_on.gif
trunk/ac/images/buttons/coords_off.gif
trunk/ac/images/buttons/coords_on.gif
trunk/ac/images/buttons/digitize_off.gif
trunk/ac/images/buttons/digitize_on.gif
trunk/ac/images/buttons/download_off.gif
trunk/ac/images/buttons/download_on.gif
trunk/ac/images/buttons/fwd_off.gif
trunk/ac/images/buttons/home_off.gif
trunk/ac/images/buttons/home_on.gif
trunk/ac/images/buttons/identify_off.gif
trunk/ac/images/buttons/identify_on.gif
trunk/ac/images/buttons/measure_off.gif
trunk/ac/images/buttons/measure_on.gif
trunk/ac/images/buttons/pan/
trunk/ac/images/buttons/pan/pane_off.gif
trunk/ac/images/buttons/pan/pann_off.gif
trunk/ac/images/buttons/pan/pannw_off.gif
trunk/ac/images/buttons/pan/pans_off.gif
trunk/ac/images/buttons/pan/panw_off.gif
trunk/ac/images/buttons/pan_e.gif
trunk/ac/images/buttons/pan_n.gif
trunk/ac/images/buttons/pan_off.gif
trunk/ac/images/buttons/pan_on.gif
trunk/ac/images/buttons/pan_s.gif
trunk/ac/images/buttons/pan_w.gif
trunk/ac/images/buttons/print_off.gif
trunk/ac/images/buttons/print_on.gif
trunk/ac/images/buttons/reload_off.gif
trunk/ac/images/buttons/reload_on.gif
trunk/ac/images/buttons/resize_off.gif
trunk/ac/images/buttons/select_off.gif
trunk/ac/images/buttons/select_on.gif
trunk/ac/images/buttons/separatorh.gif
trunk/ac/images/buttons/separatorv.gif
trunk/ac/images/buttons/space.gif
trunk/ac/images/buttons/zoomin_off.gif
trunk/ac/images/buttons/zoomin_off0.gif
trunk/ac/images/buttons/zoomin_on.gif
trunk/ac/images/buttons/zoomin_on.gif_
trunk/ac/images/buttons/zoomminus.gif
trunk/ac/images/buttons/zoomminus0.gif
trunk/ac/images/buttons/zoomout_off.gif
trunk/ac/images/buttons/zoomout_off_0.gif
trunk/ac/images/buttons/zoomout_on.gif
trunk/ac/images/buttons/zoomplus.gif
trunk/ac/images/buttons/zoomplus0.gif
trunk/ac/images/config-language.png
trunk/ac/images/dccss-install.ico
trunk/ac/images/dccss-uninstall.ico
trunk/ac/images/dccss.ico
trunk/ac/images/dccss.jpg
trunk/ac/images/dccss_icon_16.png
trunk/ac/images/dccss_small.png
trunk/ac/images/dcmms_keymap.png
trunk/ac/images/documents.png
trunk/ac/images/empty.gif
trunk/ac/images/gnome-starthere.png
trunk/ac/images/gtz.JPG
trunk/ac/images/icon_collapse.gif
trunk/ac/images/icon_draw.gif
trunk/ac/images/icon_expand.gif
trunk/ac/images/icon_eye.gif
trunk/ac/images/icon_find.gif
trunk/ac/images/icon_info.gif
trunk/ac/images/icon_info2.gif
trunk/ac/images/icon_info_av.gif
trunk/ac/images/icon_landmark.png
trunk/ac/images/icon_measure.gif
trunk/ac/images/icon_minimize.gif
trunk/ac/images/icon_pan.gif
trunk/ac/images/icon_pdf.gif
trunk/ac/images/icon_print.gif
trunk/ac/images/icon_recentre.gif
trunk/ac/images/icon_redraw.gif
trunk/ac/images/icon_remove.gif
trunk/ac/images/icon_track.gif
trunk/ac/images/icon_update.gif
trunk/ac/images/icon_zoomin.gif
trunk/ac/images/icon_zoomin.png
trunk/ac/images/icon_zoomout.gif
trunk/ac/images/info.gif
trunk/ac/images/installer-header.bmp
trunk/ac/images/java_off.gif
trunk/ac/images/java_on.gif
trunk/ac/images/jordan.PNG
trunk/ac/images/jordan.jpg
trunk/ac/images/layer_node.gif
trunk/ac/images/mpwh.PNG
trunk/ac/images/northarrow.PNG
trunk/ac/images/ochain.gif
trunk/ac/images/oempty.gif
trunk/ac/images/ominus.gif
trunk/ac/images/ominusEnd.gif
trunk/ac/images/ominusStart.gif
trunk/ac/images/onode.gif
trunk/ac/images/onodeEnd.gif
trunk/ac/images/oplus.gif
trunk/ac/images/oplusEnd.gif
trunk/ac/images/oplusStart.gif
trunk/ac/images/php-power-white.gif
trunk/ac/images/poweredbymysql-88.png
trunk/ac/images/remove_temporary_files.png
trunk/ac/images/shapefile_dumper.png
trunk/ac/images/spinner.gif
trunk/ac/images/stock-tool-move.png
trunk/ac/images/stock_exit-16.png
trunk/ac/images/stock_extended-help.png
trunk/ac/images/stock_help-16.png
trunk/ac/images/stock_refresh.png
trunk/ac/images/stock_search.png
trunk/ac/images/stock_zoom-in.png
trunk/ac/images/stock_zoom-out.png
trunk/ac/images/thmIdOn13x13.gif
trunk/ac/images/tree_layer.gif
trunk/ac/images/tree_layers.gif
trunk/ac/images/tree_server.gif
trunk/ac/images/workorder.png
trunk/ac/images/workswithmysql-88.png
trunk/ac/images/zoom_to_landmark.png
Added: trunk/ac/images/about.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/administration-32.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/administration-32.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/bill_loader.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/bill_loader.PNG
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/bullet_next.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/bullet_next.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/back_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/back_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/back_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/back_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/coords_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/coords_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/coords_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/coords_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/digitize_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/digitize_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/digitize_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/digitize_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/download_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/download_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/download_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/download_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/fwd_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/fwd_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/home_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/home_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/home_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/home_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/identify_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/identify_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/identify_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/identify_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/measure_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/measure_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/measure_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/measure_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan/pane_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan/pane_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan/pann_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan/pann_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan/pannw_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan/pannw_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan/pans_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan/pans_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan/panw_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan/panw_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan_e.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan_e.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan_n.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan_n.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan_s.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan_s.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/pan_w.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/pan_w.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/print_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/print_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/print_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/print_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/reload_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/reload_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/reload_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/reload_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/resize_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/resize_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/select_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/select_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/select_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/select_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/separatorh.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/separatorh.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/separatorv.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/separatorv.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/space.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/space.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomin_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomin_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomin_off0.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomin_off0.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomin_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomin_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomin_on.gif_
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomin_on.gif_
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomminus.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomminus.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomminus0.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomminus0.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomout_off.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomout_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomout_off_0.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomout_off_0.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomout_on.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomout_on.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomplus.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomplus.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/buttons/zoomplus0.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/buttons/zoomplus0.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/config-language.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/config-language.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/dccss-install.ico
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/dccss-install.ico
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/dccss-uninstall.ico
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/dccss-uninstall.ico
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/dccss.ico
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/dccss.ico
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/dccss.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/dccss.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/dccss_icon_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/dccss_icon_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/dccss_small.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/dccss_small.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/dcmms_keymap.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/dcmms_keymap.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/documents.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/documents.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/empty.gif
===================================================================
Added: trunk/ac/images/gnome-starthere.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/gnome-starthere.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/gtz.JPG
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/gtz.JPG
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_collapse.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_collapse.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_draw.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_draw.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_expand.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_expand.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_eye.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_eye.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_find.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_find.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_info.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_info.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_info2.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_info2.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_info_av.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_info_av.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_landmark.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_landmark.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_measure.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_measure.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_minimize.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_minimize.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_pan.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_pan.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_pdf.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_pdf.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_print.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_print.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_recentre.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_recentre.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_redraw.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_redraw.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_remove.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_remove.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_track.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_track.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/images/icon_update.gif
===================================================================
(Binary files differ)
Property changes on: trunk/ac/images/icon_update.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/image...
[truncated message content] |
|
From: <mah...@us...> - 2007-01-15 13:08:23
|
Revision: 34
http://svn.sourceforge.net/rapc/?rev=34&view=rev
Author: maher_karim
Date: 2007-01-15 05:08:10 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
2007-01-15 Maher Abdel karim <mah...@do...>
* Doc/*.*:Added documentation.
Modified Paths:
--------------
trunk/ac/changelog
Added Paths:
-----------
trunk/ac/doc/
trunk/ac/doc/ac_docbook_html.xsl
trunk/ac/doc/ac_docbook_htmlhelp.xsl
trunk/ac/doc/ac_docbook_pdf.xsl
trunk/ac/doc/administration/
trunk/ac/doc/administration/figure/
trunk/ac/doc/administration/figure/Thumbs.db
trunk/ac/doc/administration/figure/administrative_tools_icon.png
trunk/ac/doc/administration/figure/apache_information.png
trunk/ac/doc/administration/figure/apache_install.png
trunk/ac/doc/administration/figure/apache_license.png
trunk/ac/doc/administration/figure/apache_location.png
trunk/ac/doc/administration/figure/apache_readme.png
trunk/ac/doc/administration/figure/apache_setup_type.png
trunk/ac/doc/administration/figure/apache_wizard.png
trunk/ac/doc/administration/figure/client_server_deployment.BMP
trunk/ac/doc/administration/figure/client_server_deployment.png
trunk/ac/doc/administration/figure/client_server_deployment.svg
trunk/ac/doc/administration/figure/control_panel.png
trunk/ac/doc/administration/figure/dccss_components.PNG
trunk/ac/doc/administration/figure/dccss_database_connection.png
trunk/ac/doc/administration/figure/dccss_license.png
trunk/ac/doc/administration/figure/dccss_location.png
trunk/ac/doc/administration/figure/dccss_uml.png
trunk/ac/doc/administration/figure/dccss_uml.vsd
trunk/ac/doc/administration/figure/gis_data_review.png
trunk/ac/doc/administration/figure/internet_deployment.png
trunk/ac/doc/administration/figure/internet_deployment.svg
trunk/ac/doc/administration/figure/php_components.png
trunk/ac/doc/administration/figure/php_license.png
trunk/ac/doc/administration/figure/php_location.png
trunk/ac/doc/administration/figure/poedit_php_parser.png
trunk/ac/doc/administration/figure/poedit_php_path.png
trunk/ac/doc/administration/figure/postgis_components.png
trunk/ac/doc/administration/figure/postgis_database_connection.png
trunk/ac/doc/administration/figure/postgis_installation_complete.png
trunk/ac/doc/administration/figure/postgis_license.png
trunk/ac/doc/administration/figure/postgis_location.png
trunk/ac/doc/administration/figure/postgis_patience.png
trunk/ac/doc/administration/figure/postgis_reboot.png
trunk/ac/doc/administration/figure/postgresql_account_error.png
trunk/ac/doc/administration/figure/postgresql_contrib_modules.png
trunk/ac/doc/administration/figure/postgresql_database_cluster.png
trunk/ac/doc/administration/figure/postgresql_enable_postgis.png
trunk/ac/doc/administration/figure/postgresql_installation_complete.png
trunk/ac/doc/administration/figure/postgresql_installation_notes.png
trunk/ac/doc/administration/figure/postgresql_installation_options.png
trunk/ac/doc/administration/figure/postgresql_installation_ready.png
trunk/ac/doc/administration/figure/postgresql_language_selection.png
trunk/ac/doc/administration/figure/postgresql_log_on_as_service.png
trunk/ac/doc/administration/figure/postgresql_password.png
trunk/ac/doc/administration/figure/postgresql_procedural_languages.png
trunk/ac/doc/administration/figure/postgresql_service_configuration.png
trunk/ac/doc/administration/figure/postgresql_users.png
trunk/ac/doc/administration/figure/postgresql_welcome.png
trunk/ac/doc/administration/figure/postmaster_service.png
trunk/ac/doc/administration/figure/postmaster_service_logon.png
trunk/ac/doc/administration/figure/postmaster_service_properties.png
trunk/ac/doc/administration/figure/rapc_components.PNG
trunk/ac/doc/administration/figure/rapc_database_connection.png
trunk/ac/doc/administration/figure/rapc_location.png
trunk/ac/doc/administration/figure/service_start.png
trunk/ac/doc/administration/figure/service_stop.png
trunk/ac/doc/administration/figure/services_context_menu.png
trunk/ac/doc/administration/figure/services_icon.png
trunk/ac/doc/administration/figure/standalone_deployment.png
trunk/ac/doc/administration/figure/standalone_deployment.svg
trunk/ac/doc/administration/figure/uml_legend.png
trunk/ac/doc/administration/figure/windows_users.png
trunk/ac/doc/administration/figure/windows_users.svg
trunk/ac/doc/administration/images/
trunk/ac/doc/administration/images/Thumbs.db
trunk/ac/doc/administration/images/blank.png
trunk/ac/doc/administration/images/callouts/
trunk/ac/doc/administration/images/callouts/1.png
trunk/ac/doc/administration/images/callouts/10.png
trunk/ac/doc/administration/images/callouts/11.png
trunk/ac/doc/administration/images/callouts/12.png
trunk/ac/doc/administration/images/callouts/13.png
trunk/ac/doc/administration/images/callouts/14.png
trunk/ac/doc/administration/images/callouts/15.png
trunk/ac/doc/administration/images/callouts/2.png
trunk/ac/doc/administration/images/callouts/3.png
trunk/ac/doc/administration/images/callouts/4.png
trunk/ac/doc/administration/images/callouts/5.png
trunk/ac/doc/administration/images/callouts/6.png
trunk/ac/doc/administration/images/callouts/7.png
trunk/ac/doc/administration/images/callouts/8.png
trunk/ac/doc/administration/images/callouts/9.png
trunk/ac/doc/administration/images/caution.png
trunk/ac/doc/administration/images/caution.svg
trunk/ac/doc/administration/images/draft.png
trunk/ac/doc/administration/images/example.png
trunk/ac/doc/administration/images/home.png
trunk/ac/doc/administration/images/home.svg
trunk/ac/doc/administration/images/important.png
trunk/ac/doc/administration/images/important.svg
trunk/ac/doc/administration/images/next.png
trunk/ac/doc/administration/images/next.svg
trunk/ac/doc/administration/images/note.png
trunk/ac/doc/administration/images/note.svg
trunk/ac/doc/administration/images/prev.png
trunk/ac/doc/administration/images/prev.svg
trunk/ac/doc/administration/images/tip.png
trunk/ac/doc/administration/images/tip.svg
trunk/ac/doc/administration/images/toc-blank.png
trunk/ac/doc/administration/images/toc-minus.png
trunk/ac/doc/administration/images/toc-plus.png
trunk/ac/doc/administration/images/up.png
trunk/ac/doc/administration/images/up.svg
trunk/ac/doc/administration/images/warning.png
trunk/ac/doc/administration/images/warning.svg
trunk/ac/doc/administration/rapc_administration_guide.xml
trunk/ac/doc/build.xml
trunk/ac/doc/dccss_docbook_html.xsl
trunk/ac/doc/dccss_docbook_htmlhelp.xsl
trunk/ac/doc/dccss_docbook_pdf.xsl
trunk/ac/doc/dcmms.xsl
trunk/ac/doc/development/
trunk/ac/doc/docbook.css
trunk/ac/doc/user/
trunk/ac/doc/user/ar/
trunk/ac/doc/user/en/
trunk/ac/doc/user/en/ac_user_guide.xml
trunk/ac/doc/user/en/figure/
trunk/ac/doc/user/en/figure/error_page_cannot_be_displayed.png
trunk/ac/doc/user/en/figure/stock-tool-move.png
trunk/ac/doc/user/en/figure/stock_extended-help.png
trunk/ac/doc/user/en/figure/stock_zoom-in.png
trunk/ac/doc/user/en/figure/stock_zoom-out.png
trunk/ac/doc/user/en/images/
trunk/ac/doc/user/en/images/blank.png
trunk/ac/doc/user/en/images/callouts/
trunk/ac/doc/user/en/images/callouts/1.png
trunk/ac/doc/user/en/images/callouts/10.png
trunk/ac/doc/user/en/images/callouts/11.png
trunk/ac/doc/user/en/images/callouts/12.png
trunk/ac/doc/user/en/images/callouts/13.png
trunk/ac/doc/user/en/images/callouts/14.png
trunk/ac/doc/user/en/images/callouts/15.png
trunk/ac/doc/user/en/images/callouts/2.png
trunk/ac/doc/user/en/images/callouts/3.png
trunk/ac/doc/user/en/images/callouts/4.png
trunk/ac/doc/user/en/images/callouts/5.png
trunk/ac/doc/user/en/images/callouts/6.png
trunk/ac/doc/user/en/images/callouts/7.png
trunk/ac/doc/user/en/images/callouts/8.png
trunk/ac/doc/user/en/images/callouts/9.png
trunk/ac/doc/user/en/images/caution.png
trunk/ac/doc/user/en/images/caution.svg
trunk/ac/doc/user/en/images/draft.png
trunk/ac/doc/user/en/images/example.png
trunk/ac/doc/user/en/images/home.png
trunk/ac/doc/user/en/images/home.svg
trunk/ac/doc/user/en/images/important.png
trunk/ac/doc/user/en/images/important.svg
trunk/ac/doc/user/en/images/next.png
trunk/ac/doc/user/en/images/next.svg
trunk/ac/doc/user/en/images/note.png
trunk/ac/doc/user/en/images/note.svg
trunk/ac/doc/user/en/images/prev.png
trunk/ac/doc/user/en/images/prev.svg
trunk/ac/doc/user/en/images/tip.png
trunk/ac/doc/user/en/images/tip.svg
trunk/ac/doc/user/en/images/toc-blank.png
trunk/ac/doc/user/en/images/toc-minus.png
trunk/ac/doc/user/en/images/toc-plus.png
trunk/ac/doc/user/en/images/up.png
trunk/ac/doc/user/en/images/up.svg
trunk/ac/doc/user/en/images/warning.png
trunk/ac/doc/user/en/images/warning.svg
Modified: trunk/ac/changelog
===================================================================
--- trunk/ac/changelog 2007-01-11 11:51:13 UTC (rev 33)
+++ trunk/ac/changelog 2007-01-15 13:08:10 UTC (rev 34)
@@ -0,0 +1,3 @@
+2007-01-15 Maher Abdel karim <mah...@do...>
+
+ * Doc/*.*:Added documentation.
\ No newline at end of file
Added: trunk/ac/doc/ac_docbook_html.xsl
===================================================================
--- trunk/ac/doc/ac_docbook_html.xsl (rev 0)
+++ trunk/ac/doc/ac_docbook_html.xsl 2007-01-15 13:08:10 UTC (rev 34)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:import href=
+ "file:///c:/program files/docbook-xsl/html/profile-docbook.xsl"/>
+ <xsl:import href="dcmms.xsl"/>
+ <xsl:param name="admon.graphics">1</xsl:param>
+</xsl:stylesheet>
Added: trunk/ac/doc/ac_docbook_htmlhelp.xsl
===================================================================
--- trunk/ac/doc/ac_docbook_htmlhelp.xsl (rev 0)
+++ trunk/ac/doc/ac_docbook_htmlhelp.xsl 2007-01-15 13:08:10 UTC (rev 34)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:import href=
+ "file:///c:/program files/docbook-xsl/htmlhelp/profile-htmlhelp.xsl"/>
+ <xsl:import href="dcmms.xsl"/>
+ <xsl:param name="admon.graphics">1</xsl:param>
+</xsl:stylesheet>
Added: trunk/ac/doc/ac_docbook_pdf.xsl
===================================================================
--- trunk/ac/doc/ac_docbook_pdf.xsl (rev 0)
+++ trunk/ac/doc/ac_docbook_pdf.xsl 2007-01-15 13:08:10 UTC (rev 34)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:import href="file:///c:/program%20files/docbook-xsl/fo/profile-docbook.xsl"/>
+ <xsl:import href="dcmms.xsl"/>
+ <xsl:param name="admon.graphics">1</xsl:param>
+ <xsl:param name="admon.graphics.extension">.svg</xsl:param>
+</xsl:stylesheet>
Added: trunk/ac/doc/administration/figure/Thumbs.db
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/Thumbs.db
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/administrative_tools_icon.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/administrative_tools_icon.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/apache_information.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/apache_information.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/apache_install.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/apache_install.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/apache_license.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/apache_license.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/apache_location.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/apache_location.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/apache_readme.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/apache_readme.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/apache_setup_type.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/apache_setup_type.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/apache_wizard.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/apache_wizard.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/client_server_deployment.BMP
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/client_server_deployment.BMP
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/client_server_deployment.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/client_server_deployment.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/client_server_deployment.svg
===================================================================
--- trunk/ac/doc/administration/figure/client_server_deployment.svg (rev 0)
+++ trunk/ac/doc/administration/figure/client_server_deployment.svg 2007-01-15 13:08:10 UTC (rev 34)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="2.35042in"
+ height="1.75667in" viewBox="0 0 169.23 126.48" xml:space="preserve" color-interpolation-filters="sRGB" class="st7">
+ <title>uml</title>
+ <style type="text/css">
+ <![CDATA[
+ .st1 {fill:#c0c0c0;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.24}
+ .st2 {fill:#ffffff;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.24}
+ .st3 {fill:#000000;font-family:Arial;font-size:0.666664em;font-weight:bold}
+ .st4 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
+ .st5 {fill:#000000;font-family:Arial;font-size:0.666664em}
+ .st6 {stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.48}
+ .st7 {fill:none;fill-rule:evenodd;font-size:12;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
+ ]]>
+ </style>
+ <g >
+ <title>Stand-alone deployment</title>
+ <g id="group1-1" transform="translate(0.24,-0.24)" >
+ <title>Node</title>
+ <g id="shape2-2" transform="translate(159.75,1.42109E-014)">
+ <title>Sheet.2</title>
+ <path d="M0 126.48 L9 117.48 L9 0.48 L0 9.48 L0 126.48 Z" class="st1"/>
+ </g>
+ <g id="shape3-4" transform="translate(0,-117)">
+ <title>Sheet.3</title>
+ <path d="M0 126.48 L159.75 126.48 L168.75 117.48 L9 117.48 L0 126.48 Z" class="st1"/>
+ </g>
+ <g id="shape4-6" >
+ <title>Name</title>
+ <desc>DCMMS PC</desc>
+ <rect x="0" y="9.48" width="159.75" height="117" class="st2"/>
+ <text x="4" y="20.68" class="st3" >DCMMS PC</text> </g>
+ </g>
+ <g id="group5-9" transform="translate(14.7265,-58.74)" >
+ <title>Component</title>
+ <g id="shape6-10" transform="translate(12.6,1.42109E-014)">
+ <title>Sheet.6</title>
+ <rect x="0" y="90.48" width="80.9271" height="36" class="st2"/>
+ </g>
+ <g id="shape7-12" transform="translate(0,-22.5)">
+ <title>Sheet.7</title>
+ <rect x="0" y="117.48" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape8-14" transform="translate(0,-4.5)">
+ <title>Sheet.8</title>
+ <rect x="0" y="117.48" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape9-16" transform="translate(25.2,1.42109E-014)">
+ <title>Name</title>
+ <desc>DCMMS Server</desc>
+ <rect x="0" y="90.48" width="68.3271" height="36" class="st4"/>
+ <text x="5.5" y="110.88" class="st3" >DCMMS Server</text> </g>
+ </g>
+ <g id="group10-19" transform="translate(17.3416,-9.24)" >
+ <title>Component.10</title>
+ <g id="shape11-20" transform="translate(12.6,1.42109E-014)">
+ <title>Sheet.11</title>
+ <rect x="0" y="90.48" width="74.6967" height="36" class="st2"/>
+ </g>
+ <g id="shape12-22" transform="translate(0,-22.5)">
+ <title>Sheet.12</title>
+ <rect x="0" y="117.48" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape13-24" transform="translate(0,-4.5)">
+ <title>Sheet.13</title>
+ <rect x="0" y="117.48" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape14-26" transform="translate(25.2,1.42109E-014)">
+ <title>Name</title>
+ <desc>Web Browser</desc>
+ <rect x="0" y="90.48" width="62.0967" height="36" class="st4"/>
+ <text x="5.49" y="110.88" class="st3" >Web Browser</text> </g>
+ </g>
+ <g id="group15-29" transform="translate(113.533,-76.74)" >
+ <title>Communicates</title>
+ <g id="shape16-30" transform="translate(3.43255,-5.09117)">
+ <title>end1_name</title>
+ </g>
+ <g id="shape17-32" transform="translate(3.43255,22.6947)">
+ <title>end1_mp</title>
+ <desc>1</desc>
+ <text x="5.5" y="120.08" class="st5" >1</text> </g>
+ <g id="shape18-35" transform="translate(-0.00744535,72.1912)">
+ <title>end2_name</title>
+ </g>
+ <g id="shape19-37" transform="translate(-0.00744535,44.4088)">
+ <title>end2_mp</title>
+ <desc>1</desc>
+ <text x="5.5" y="120.08" class="st5" >1</text> </g>
+ <g id="shape15-40" >
+ <path d="M-5.28 126.48 L-5.37 126.48 L29.96 126.48 L29.96 175.98 L-8.81 175.98 L-8.89 175.98" class="st6"/>
+ </g>
+ </g>
+ </g>
+</svg>
Added: trunk/ac/doc/administration/figure/control_panel.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/control_panel.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/dccss_components.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/dccss_components.PNG
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/dccss_database_connection.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/dccss_database_connection.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/dccss_license.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/dccss_license.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/dccss_location.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/dccss_location.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/dccss_uml.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/dccss_uml.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/dccss_uml.vsd
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/dccss_uml.vsd
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/gis_data_review.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/gis_data_review.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/internet_deployment.png
===================================================================
(Binary files differ)
Property changes on: trunk/ac/doc/administration/figure/internet_deployment.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/ac/doc/administration/figure/internet_deployment.svg
===================================================================
--- trunk/ac/doc/administration/figure/internet_deployment.svg (rev 0)
+++ trunk/ac/doc/administration/figure/internet_deployment.svg 2007-01-15 13:08:10 UTC (rev 34)
@@ -0,0 +1,209 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Generated by Microsoft Visio 11.0, SVG Export, v1.0 internet_deployment.svg Internet Deployment -->
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="5.38167in"
+ height="2.66292in" viewBox="0 0 387.48 191.73" xml:space="preserve" color-interpolation-filters="sRGB" class="st7">
+ <title>uml</title>
+ <style type="text/css">
+ <![CDATA[
+ .st1 {fill:#c0c0c0;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.24}
+ .st2 {fill:#ffffff;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.24}
+ .st3 {fill:#000000;font-family:Arial;font-size:0.666664em;font-weight:bold}
+ .st4 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
+ .st5 {fill:#000000;font-family:Arial;font-size:0.666664em}
+ .st6 {stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.48}
+ .st7 {fill:none;fill-rule:evenodd;font-size:12;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
+ ]]>
+ </style>
+ <g >
+ <title>Internet Deployment</title>
+ <g id="group24-1" transform="translate(180.24,-72.24)" >
+ <title>Node.24</title>
+ <g id="shape25-2" transform="translate(198,0)">
+ <title>Sheet.25</title>
+ <path d="M0 191.73 L9 182.73 L9 74.73 L0 83.73 L0 191.73 Z" class="st1"/>
+ </g>
+ <g id="shape26-4" transform="translate(0,-108)">
+ <title>Sheet.26</title>
+ <path d="M0 191.73 L198 191.73 L207 182.73 L9 182.73 L0 191.73 Z" class="st1"/>
+ </g>
+ <g id="shape27-6" >
+ <title>Name</title>
+ <desc>VPN Server</desc>
+ <rect x="0" y="83.73" width="198" height="108" class="st2"/>
+ <text x="4" y="94.93" class="st3" >VPN Server</text> </g>
+ </g>
+ <g id="group1-9" transform="translate(0.24,-0.24)" >
+ <title>Node.20</title>
+ <g id="shape2-10" transform="translate(162,0)">
+ <title>Sheet.2</title>
+ <path d="M0 191.73 L9 182.73 L9 119.73 L0 128.73 L0 191.73 Z" class="st1"/>
+ </g>
+ <g id="shape3-12" transform="translate(0,-63)">
+ <title>Sheet.3</title>
+ <path d="M0 191.73 L162 191.73 L171 182.73 L9 182.73 L0 191.73 Z" class="st1"/>
+ </g>
+ <g id="shape4-14" >
+ <title>Name</title>
+ <desc>DCMMS Client</desc>
+ <rect x="0" y="128.73" width="162" height="63" class="st2"/>
+ <text x="4" y="139.93" class="st3" >DCMMS Client</text> </g>
+ </g>
+ <g id="group5-17" transform="translate(1.365,-90.24)" >
+ <title>Node</title>
+ <g id="shape6-18" transform="translate(159.75,0)">
+ <title>Sheet.6</title>
+ <path d="M0 191.73 L9 182.73 L9 90.48 L0 99.48 L0 191.73 Z" class="st1"/>
+ </g>
+ <g id="shape7-20" transform="translate(0,-92.25)">
+ <title>Sheet.7</title>
+ <path d="M0 191.73 L159.75 191.73 L168.75 182.73 L9 182.73 L0 191.73 Z" class="st1"/>
+ </g>
+ <g id="shape8-22" >
+ <title>Name</title>
+ <desc>DCMMS Server</desc>
+ <rect x="0" y="99.48" width="159.75" height="92.25" class="st2"/>
+ <text x="4" y="110.68" class="st3" >DCMMS Server</text> </g>
+ </g>
+ <g id="group9-25" transform="translate(16.9765,-99.24)" >
+ <title>Component</title>
+ <g id="shape10-26" transform="translate(12.6,0)">
+ <title>Sheet.10</title>
+ <rect x="0" y="155.73" width="80.9271" height="36" class="st2"/>
+ </g>
+ <g id="shape11-28" transform="translate(0,-22.5)">
+ <title>Sheet.11</title>
+ <rect x="0" y="182.73" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape12-30" transform="translate(0,-4.5)">
+ <title>Sheet.12</title>
+ <rect x="0" y="182.73" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape13-32" transform="translate(25.2,0)">
+ <title>Name</title>
+ <desc>DCMMS Server</desc>
+ <rect x="0" y="155.73" width="68.3271" height="36" class="st4"/>
+ <text x="5.5" y="176.13" class="st3" >DCMMS Server</text> </g>
+ </g>
+ <g id="group14-35" transform="translate(16.9716,-9.24)" >
+ <title>Component.10</title>
+ <g id="shape15-36" transform="translate(12.6,0)">
+ <title>Sheet.15</title>
+ <rect x="0" y="155.73" width="74.6967" height="36" class="st2"/>
+ </g>
+ <g id="shape16-38" transform="translate(0,-22.5)">
+ <title>Sheet.16</title>
+ <rect x="0" y="182.73" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape17-40" transform="translate(0,-4.5)">
+ <title>Sheet.17</title>
+ <rect x="0" y="182.73" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape18-42" transform="translate(25.2,0)">
+ <title>Name</title>
+ <desc>Web Browser</desc>
+ <rect x="0" y="155.73" width="62.0967" height="36" class="st4"/>
+ <text x="5.49" y="176.13" class="st3" >Web Browser</text> </g>
+ </g>
+ <g id="group19-45" transform="translate(348.222,-126.24)" >
+ <title>Communicates</title>
+ <g id="shape20-46" transform="translate(16.1847,-5.09117)">
+ <title>end1_name</title>
+ </g>
+ <g id="shape21-48" transform="translate(16.1847,22.6947)">
+ <title>end1_mp</title>
+ <desc>1</desc>
+ <text x="5.5" y="185.33" class="st5" >1</text> </g>
+ <g id="shape22-51" transform="translate(-227.769,121.691)">
+ <title>end2_name</title>
+ </g>
+ <g id="shape23-53" transform="translate(-227.769,93.9088)">
+ <title>end2_mp</title>
+ <desc>*</desc>
+ <text x="5.49" y="185.33" class="st5" >*</text> </g>
+ <g id="shape19-56" >
+ <path d="M0 191.73 L13.42 191.73 L13.42 290.73 L-243.95 290.73" class="st6"/>
+ </g>
+ </g>
+ <g id="group28-59" transform="translate(282.258,-108.24)" >
+ <title>Component.28</title>
+ <g id="shape29-60" transform="translate(12.6,0)">
+ <title>Sheet.29</title>
+ <rect x="0" y="155.73" width="53.3646" height="36" class="st2"/>
+ </g>
+ <g id="shape30-62" transform="translate(0,-22.5)">
+ <title>Sheet.30</title>
+ <rect x="0" y="182.73" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape31-64" transform="translate(0,-4.5)">
+ <title>Sheet.31</title>
+ <rect x="0" y="182.73" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape32-66" transform="translate(25.2,0)">
+ <title>Name</title>
+ <desc>Firewall</desc>
+ <rect x="0" y="155.73" width="40.7646" height="36" class="st4"/>
+ <text x="5.48" y="176.13" class="st3" >Firewall</text> </g>
+ </g>
+ <g id="group33-69" transform="translate(191.881,-108.24)" >
+ <title>Component.33</title>
+ <g id="shape34-70" transform="translate(12.6,0)">
+ <title>Sheet.34</title>
+ <rect x="0" y="155.73" width="67.1573" height="36" class="st2"/>
+ </g>
+ <g id="shape35-72" transform="translate(0,-22.5)">
+ <title>Sheet.35</title>
+ <rect x="0" y="182.73" width="25.2" height="9" class="st2"/>
+ </g>
+ <g id="shape...
[truncated message content] |
|
From: <mah...@us...> - 2007-01-15 13:08:24
|
Revision: 34
http://svn.sourceforge.net/rapc/?rev=34&view=rev
Author: maher_karim
Date: 2007-01-15 05:08:10 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
2007-01-15 Maher Abdel karim <mah...@do...>
* Doc/*.*:Added documentation.
Modified Paths:
--------------
trunk/ac/changelog
Added Paths:
-----------
trunk/ac/doc/
trunk/ac/doc/ac_docbook_html.xsl
trunk/ac/doc/ac_docbook_htmlhelp.xsl
trunk/ac/doc/ac_docbook_pdf.xsl
trunk/ac/doc/administration/
trunk/ac/doc/administration/figure/
trunk/ac/doc/administration/figure/Thumbs.db
trunk/ac/doc/administration/figure/administrative_tools_icon.png
trunk/ac/doc/administration/figure/apache_information.png
trunk/ac/doc/administration/figure/apache_install.png
trunk/ac/doc/administration/figure/apache_license.png
trunk/ac/doc/administration/figure/apache_location.png
trunk/ac/doc/administration/figure/apache_readme.png
trunk/ac/doc/administration/figure/apache_setup_type.png
trunk/ac/doc/administration/figure/apache_wizard.png
trunk/ac/doc/administration/figure/client_server_deployment.BMP
trunk/ac/doc/administration/figure/client_server_deployment.png
trunk/ac/doc/administration/figure/client_server_deployment.svg
trunk/ac/doc/administration/figure/control_panel.png
trunk/ac/doc/administration/figure/dccss_components.PNG
trunk/ac/doc/administration/figure/dccss_database_connection.png
trunk/ac/doc/administration/figure/dccss_license.png
trunk/ac/doc/administration/figure/dccss_location.png
trunk/ac/doc/administration/figure/dccss_uml.png
trunk/ac/doc/administration/figure/dccss_uml.vsd
trunk/ac/doc/administration/figure/gis_data_review.png
trunk/ac/doc/administration/figure/internet_deployment.png
trunk/ac/doc/administration/figure/internet_deployment.svg
trunk/ac/doc/administration/figure/php_components.png
trunk/ac/doc/administration/figure/php_license.png
trunk/ac/doc/administration/figure/php_location.png
trunk/ac/doc/administration/figure/poedit_php_parser.png
trunk/ac/doc/administration/figure/poedit_php_path.png
trunk/ac/doc/administration/figure/postgis_components.png
trunk/ac/doc/administration/figure/postgis_database_connection.png
trunk/ac/doc/administration/figure/postgis_installation_complete.png
trunk/ac/doc/administration/figure/postgis_license.png
trunk/ac/doc/administration/figure/postgis_location.png
trunk/ac/doc/administration/figure/postgis_patience.png
trunk/ac/doc/administration/figure/postgis_reboot.png
trunk/ac/doc/administration/figure/postgresql_account_error.png
trunk/ac/doc/administration/figure/postgresql_contrib_modules.png
trunk/ac/doc/administration/figure/postgresql_database_cluster.png
trunk/ac/doc/administration/figure/postgresql_enable_postgis.png
trunk/ac/doc/administration/figure/postgresql_installation_complete.png
trunk/ac/doc/administration/figure/postgresql_installation_notes.png
trunk/ac/doc/administration/figure/postgresql_installation_options.png
trunk/ac/doc/administration/figure/postgresql_installation_ready.png
trunk/ac/doc/administration/figure/postgresql_language_selection.png
trunk/ac/doc/administration/figure/postgresql_log_on_as_service.png
trunk/ac/doc/administration/figure/postgresql_password.png
trunk/ac/doc/administration/figure/postgresql_procedural_languages.png
trunk/ac/doc/administration/figure/postgresql_service_configuration.png
trunk/ac/doc/administration/figure/postgresql_users.png
trunk/ac/doc/administration/figure/postgresql_welcome.png
trunk/ac/doc/administration/figure/postmaster_service.png
trunk/ac/doc/administration/figure/postmaster_service_logon.png
trunk/ac/doc/administration/figure/postmaster_service_properties.png
trunk/ac/doc/administration/figure/rapc_components.PNG
trunk/ac/doc/administration/figure/rapc_database_connection.png
trunk/ac/doc/administration/figure/rapc_location.png
trunk/ac/doc/administration/figure/service_start.png
trunk/ac/doc/administration/figure/service_stop.png
trunk/ac/doc/administration/figure/services_context_menu.png
trunk/ac/doc/administration/figure/services_icon.png
trunk/ac/doc/administration/figure/standalone_deployment.png
trunk/ac/doc/administration/figure/standalone_deployment.svg
trunk/ac/doc/administration/figure/uml_legend.png
trunk/ac/doc/administration/figure/windows_users.png
trunk/ac/doc/administration/figure/windows_users.svg
trunk/ac/doc/administration/images/
trunk/ac/doc/administration/images/Thumbs.db
trunk/ac/doc/administration/images/blank.png
trunk/ac/doc/administration/images/callouts/
trunk/ac/doc/administration/images/callouts/1.png
trunk/ac/doc/administration/images/callouts/10.png
trunk/ac/doc/administration/images/callouts/11.png
trunk/ac/doc/administration/images/callouts/12.png
trunk/ac/doc/administration/images/callouts/13.png
trunk/ac/doc/administration/images/callouts/14.png
trunk/ac/doc/administration/images/callouts/15.png
trunk/ac/doc/administration/images/callouts/2.png
trunk/ac/doc/administration/images/callouts/3.png
trunk/ac/doc/administration/images/callouts/4.png
trunk/ac/doc/administration/images/callouts/5.png
trunk/ac/doc/administration/images/callouts/6.png
trunk/ac/doc/administration/images/callouts/7.png
trunk/ac/doc/administration/images/callouts/8.png
trunk/ac/doc/administration/images/callouts/9.png
trunk/ac/doc/administration/images/caution.png
trunk/ac/doc/administration/images/caution.svg
trunk/ac/doc/administration/images/draft.png
trunk/ac/doc/administration/images/example.png
trunk/ac/doc/administration/images/home.png
trunk/ac/doc/administration/images/home.svg
trunk/ac/doc/administration/images/important.png
trunk/ac/doc/administration/images/important.svg
trunk/ac/doc/administration/images/next.png
trunk/ac/doc/administration/images/next.svg
trunk/ac/doc/administration/images/note.png
trunk/ac/doc/administration/images/note.svg
trunk/ac/doc/administration/images/prev.png
trunk/ac/doc/administration/images/prev.svg
trunk/ac/doc/administration/images/tip.png
trunk/ac/doc/administration/images/tip.svg
trunk/ac/doc/administration/images/toc-blank.png
trunk/ac/doc/administration/images/toc-minus.png
trunk/ac/doc/administration/images/toc-plus.png
trunk/ac/doc/administration/images/up.png
trunk/ac/doc/administration/images/up.svg
trunk/ac/doc/administration/images/warning.png
trunk/ac/doc/administration/images/warning.svg
trunk/ac/doc/administration/rapc_administration_guide.xml
trunk/ac/doc/build.xml
trunk/ac/doc/dccss_docbook_html.xsl
trunk/ac/doc/dccss_docbook_htmlhelp.xsl
trunk/ac/doc/dccss_docbook_pdf.xsl
trunk/ac/doc/dcmms.xsl
trunk/ac/doc/development/
trunk/ac/doc/docbook.css
trunk/ac/doc/user/
trunk/ac/doc/user/ar/
trunk/ac/doc/user/en/
trunk/ac/doc/user/en/ac_user_guide.xml
trunk/ac/doc/user/en/figure/
trunk/ac/doc/user/en/figure/error_page_cannot_be_displayed.png
trunk/ac/doc/user/en/figure/stock-tool-move.png
trunk/ac/doc/user/en/figure/stock_extended-help.png
trunk/ac/doc/user/en/figure/stock_zoom-in.png
trunk/ac/doc/user/en/figure/stock_zoom-out.png
trunk/ac/doc/user/en/images/
trunk/ac/doc/user/en/images/blank.png
trunk/ac/doc/user/en/images/callouts/
trunk/ac/doc/user/en/images/callouts/1.png
trunk/ac/doc/user/en/images/callouts/10.png
trunk/ac/doc/user/en/images/callouts/11.png
trunk/ac/doc/user/en/images/callouts/12.png
trunk/ac/doc/user/en/images/callouts/13.png
trunk/ac/doc/user/en/images/callouts/14.png
trunk/ac/doc/user/en/images/callouts/15.png
trunk/ac/doc/user/en/images/callouts/2.png
trunk/ac/doc/user/en/images/callouts/3.png
trunk/ac/doc/user/en/images/callouts/4.png
trunk/ac/doc/user/en/images/callouts/5.png
trunk/ac/doc/user/en/images/callouts/6.png
trunk/ac/doc/user/en/images/callouts/7.png
trunk/ac/doc/user/en/images/callouts/8.png
trunk/ac/doc/user/en/images/callouts/9.png
trunk/ac/doc/user/en/images/caution.png
trunk/ac/doc/user/en/images/caution.svg
trunk/ac/doc/user/en/images/draft.png
trunk/ac/doc/user/en/images/example.png
trunk/ac/doc/user/en/images/home.png
trunk/ac/doc/user/en/images/home.svg
trunk/ac/doc/user/en/images/important.png
trunk/ac/doc/user/en/images/important.svg
trunk/ac/doc/user/en/images/next.png
trunk/ac/doc/user/en/images/next.svg
trunk/ac/doc/user/en/images/note.png
trunk/ac/doc/user/en/images/note.svg
trunk/ac/doc/user/en/images/prev.png
trunk/ac/doc/user/en/images/prev.svg
trunk/ac/doc/user/en/images/tip.png
trunk/ac/doc/user/en/images/tip.svg
trunk/ac/doc/user/en/images/toc-blank.png
trunk/ac/doc/user/en/images/toc-minus.png
trunk/ac/doc/user/en/images/toc-plus.png
trunk/ac/doc/user/en/images/up.png
trunk/ac/doc/user/en/images/up.svg
trunk/ac/doc/user/en/images/warning.png
trunk/ac/doc/user/en/images/warning.svg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2007-01-15 13:10:20
|
Revision: 35
http://svn.sourceforge.net/rapc/?rev=35&view=rev
Author: maher_karim
Date: 2007-01-15 05:10:17 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
2007-01-15 Maher Abdel karim <mah...@do...>
* Doc/*.*:Added documentation.
Added Paths:
-----------
trunk/ac/data/
trunk/ac/data/readme.txt
Added: trunk/ac/data/readme.txt
===================================================================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2007-01-15 13:10:20
|
Revision: 35
http://svn.sourceforge.net/rapc/?rev=35&view=rev
Author: maher_karim
Date: 2007-01-15 05:10:17 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
2007-01-15 Maher Abdel karim <mah...@do...>
* Doc/*.*:Added documentation.
Added Paths:
-----------
trunk/ac/data/
trunk/ac/data/readme.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2007-01-15 13:18:17
|
Revision: 36
http://svn.sourceforge.net/rapc/?rev=36&view=rev
Author: maher_karim
Date: 2007-01-15 05:18:15 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
2007-01-15 Maher Abdel karim <mah...@do...>
* Doc/*.*:Added documentation.
Modified Paths:
--------------
trunk/ac/COPYING
trunk/ac/doc/user/en/ac_user_guide.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2007-01-15 13:18:17
|
Revision: 36
http://svn.sourceforge.net/rapc/?rev=36&view=rev
Author: maher_karim
Date: 2007-01-15 05:18:15 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
2007-01-15 Maher Abdel karim <mah...@do...>
* Doc/*.*:Added documentation.
Modified Paths:
--------------
trunk/ac/COPYING
trunk/ac/doc/user/en/ac_user_guide.xml
Modified: trunk/ac/COPYING
===================================================================
--- trunk/ac/COPYING 2007-01-15 13:10:17 UTC (rev 35)
+++ trunk/ac/COPYING 2007-01-15 13:18:15 UTC (rev 36)
@@ -1 +1,3 @@
-
+Copyrights are granted to Ministry of Public Works and Housing
+Dorsch Consult
+2007
Modified: trunk/ac/doc/user/en/ac_user_guide.xml
===================================================================
--- trunk/ac/doc/user/en/ac_user_guide.xml 2007-01-15 13:10:17 UTC (rev 35)
+++ trunk/ac/doc/user/en/ac_user_guide.xml 2007-01-15 13:18:15 UTC (rev 36)
@@ -394,11 +394,11 @@
<para>Contact your AC administrator if you have any problems.</para>
</sect2>
-<!--
+
<sect2 id="mailing_list">
- <title>RAPC Devel Mailing List</title>
+ <title>AC Devel Mailing List</title>
- <para>The <citetitle>RAPC</citetitle> devel mailing list may provide
+ <para>The <citetitle>AC</citetitle> devel mailing list may provide
help to solve problems by sending an email to
<email>Mah...@do...</email>.</para>
@@ -416,9 +416,9 @@
<para>There are a few parameters that should always be included when
submitting a bug report or support request: <itemizedlist>
<listitem>
- <para>The RAPC version. The version number can be found in the
+ <para>The AC version. The version number can be found in the
top line of the application, along with the main menu link.
- Example: RAPC 0.0.1</para>
+ Example: AC 0.0.1</para>
</listitem>
<listitem>
@@ -442,8 +442,7 @@
</itemizedlist></para>
</sect2>
</sect1>
--->
-</sect1>
+
<sect1 id="feedback">
<title>Feedback</title>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2007-01-17 05:16:17
|
Revision: 37
http://svn.sourceforge.net/rapc/?rev=37&view=rev
Author: maher_karim
Date: 2007-01-16 21:16:13 -0800 (Tue, 16 Jan 2007)
Log Message:
-----------
2007-01-17 Maher Abdel karim <mah...@do...>
* address_confirmation.php:Adjust the page headers, and localization.
* ar/LC_MESSAGES/ac.po
* ar/LC_MESSAGES/ac.mo:Added more translation.
* conf/dccssconfig.php:adjust the textdomain variable.
Modified Paths:
--------------
trunk/ac/address_confirmation.php
trunk/ac/changelog
trunk/ac/conf/dccssconfig.php
trunk/ac/locale/ar/LC_MESSAGES/ac.mo
trunk/ac/locale/ar/LC_MESSAGES/ac.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mah...@us...> - 2007-01-17 05:16:18
|
Revision: 37
http://svn.sourceforge.net/rapc/?rev=37&view=rev
Author: maher_karim
Date: 2007-01-16 21:16:13 -0800 (Tue, 16 Jan 2007)
Log Message:
-----------
2007-01-17 Maher Abdel karim <mah...@do...>
* address_confirmation.php:Adjust the page headers, and localization.
* ar/LC_MESSAGES/ac.po
* ar/LC_MESSAGES/ac.mo:Added more translation.
* conf/dccssconfig.php:adjust the textdomain variable.
Modified Paths:
--------------
trunk/ac/address_confirmation.php
trunk/ac/changelog
trunk/ac/conf/dccssconfig.php
trunk/ac/locale/ar/LC_MESSAGES/ac.mo
trunk/ac/locale/ar/LC_MESSAGES/ac.po
Modified: trunk/ac/address_confirmation.php
===================================================================
--- trunk/ac/address_confirmation.php 2007-01-15 13:18:15 UTC (rev 36)
+++ trunk/ac/address_confirmation.php 2007-01-17 05:16:13 UTC (rev 37)
@@ -1,10 +1,10 @@
<?php
-/* rapc -- DC Road Advertisement Panel Control
+/* AC -- MPWH Land Aquisition Address confirmation
*
* Query.php - Query database
*
- * Copyright (C) 2006 DORSCH Consult
- *
+ * Copyright (C) 2006,2007 DORSCH Consult
+ * address_confirmation.php
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -26,14 +26,13 @@
// Required for quick form building.
require_once('HTML/QuickForm.php');
-$RolPage = new RolPage('Address Confirmation');
+$RolPage = new RolPage(_('Address Confirmation'));
$Queryform = new HTML_QuickForm('ACForm');
$Queryform->addElement('header', null, _('Address Confirmation'));
$Queryform->addElement('text','village',_('Village No.:'));
$Queryform->addElement('text','block',_('Block No.:'));
$Queryform->addElement('text','sector',_('Sector No.:'));
-$arrNumber = array('plot_no'=>_('DLS'),'plot_css'=>
-_('Comprehensive subscriber survey numbering'),'plot_jva'=>_('JVA'),'plot_hudd'=>_('HUDD'));
+$arrNumber = array('plot_no'=>_('DLS'),'plot_css'=>_('Comprehensive subscriber survey numbering'),'plot_jva'=>_('JVA'),'plot_hudd'=>_('HUDD'));
$Queryform->addElement('select','numbering',_('Numbering type::'),$arrNumber);
$Queryform->addElement('text','plot',_('Plot No.:'));
$Queryform->addElement('submit',_('Submit'),_('Submit'));
Modified: trunk/ac/changelog
===================================================================
--- trunk/ac/changelog 2007-01-15 13:18:15 UTC (rev 36)
+++ trunk/ac/changelog 2007-01-17 05:16:13 UTC (rev 37)
@@ -1,3 +1,10 @@
+2007-01-17 Maher Abdel karim <mah...@do...>
+
+ * address_confirmation.php:Adjust the page headers, and localization.
+ * ar/LC_MESSAGES/ac.po
+ * ar/LC_MESSAGES/ac.mo:Added more translation.
+ * conf/dccssconfig.php:adjust the textdomain variable.
+
2007-01-15 Maher Abdel karim <mah...@do...>
* Doc/*.*:Added documentation.
\ No newline at end of file
Modified: trunk/ac/conf/dccssconfig.php
===================================================================
--- trunk/ac/conf/dccssconfig.php 2007-01-15 13:18:15 UTC (rev 36)
+++ trunk/ac/conf/dccssconfig.php 2007-01-17 05:16:13 UTC (rev 37)
@@ -118,7 +118,7 @@
/**
* set textdomain
**/
-$_SESSION['textdomain']='rapc';
+$_SESSION['textdomain']='ac';
//Directory to save loaded images
$_SESSION['imagedir']="c:/program files/mpwh/rapc/data/plugin/";
Modified: trunk/ac/locale/ar/LC_MESSAGES/ac.mo
===================================================================
--- trunk/ac/locale/ar/LC_MESSAGES/ac.mo 2007-01-15 13:18:15 UTC (rev 36)
+++ trunk/ac/locale/ar/LC_MESSAGES/ac.mo 2007-01-17 05:16:13 UTC (rev 37)
@@ -0,0 +1,77 @@
+\xDE\x95 |
|
From: <mah...@us...> - 2007-02-05 12:41:35
|
Revision: 41
http://svn.sourceforge.net/rapc/?rev=41&view=rev
Author: maher_karim
Date: 2007-02-05 04:41:33 -0800 (Mon, 05 Feb 2007)
Log Message:
-----------
2007-02-05 Maher Abdel karim <mah...@do...>
* map.php:
* print.php:
* rapc_en.map: update files based on MPWH request.
Modified Paths:
--------------
trunk/ac/changelog
trunk/ac/conf/rapc_en.map
trunk/ac/map.php
trunk/ac/print.php
Modified: trunk/ac/changelog
===================================================================
--- trunk/ac/changelog 2007-02-05 12:39:28 UTC (rev 40)
+++ trunk/ac/changelog 2007-02-05 12:41:33 UTC (rev 41)
@@ -1,3 +1,9 @@
+2007-02-05 Maher Abdel karim <mah...@do...>
+
+ * map.php:
+ * print.php:
+ * rapc_en.map: update files based on MPWH request.
+
2007-01-17 Maher Abdel karim <mah...@do...>
* address_confirmation.php:Adjust the page headers, and localization.
Modified: trunk/ac/conf/rapc_en.map
===================================================================
--- trunk/ac/conf/rapc_en.map 2007-02-05 12:39:28 UTC (rev 40)
+++ trunk/ac/conf/rapc_en.map 2007-02-05 12:41:33 UTC (rev 41)
@@ -330,6 +330,8 @@
TRANSPARENT on
END #OUTPUTFORMAT
+
+
END #MAP
Modified: trunk/ac/map.php
===================================================================
--- trunk/ac/map.php 2007-02-05 12:39:28 UTC (rev 40)
+++ trunk/ac/map.php 2007-02-05 12:41:33 UTC (rev 41)
@@ -121,13 +121,13 @@
// print_r(str_replace(" ","+",$_REQUEST['searchvalue']));
//$objLayer->setFilter($_REQUEST['searchvalue']);
//print_r($objLayer->getNumResults());
-
- $strExp="([VILL_NO]=".$_REQUEST['vill_no']." and [BLOCK_NO]=".$_REQUEST['block']." AND [".$_REQUEST['fieldname']."]=".$_REQUEST['plot'].")";
+
+ $strExp="([VILL_NO]=".$_REQUEST['vill_no']." and [BLOCK_NO]=".$_REQUEST['block']." and [SECTOR_NO]=".$_REQUEST['sector']." AND [".$_REQUEST['fieldname']."]=".$_REQUEST['plot'].")";
if ($_REQUEST['block']!=0){
if (@$objLayer->queryByAttributes('VILL_NO',$strExp,MS_SINGLE) ==MS_SUCCESS) {
-
+
$ResultCount=$objLayer->getNumResults();
-
+
$gbShowQueryResults = TRUE;
for ($i=0; $i < $ResultCount; $i++) {
$QueryResult=$objLayer->getResult($i);
@@ -138,29 +138,31 @@
$oExtents=$Shape->bounds;
//print_r($oExtents);
$objLayer->close();
+
+
$gpoMap->setextent($oExtents->minx-10,$oExtents->miny-10,$oExtents->maxx+10,$oExtents->maxy+10);
}
-
-
+
+
$objImage=$gpoMap->draw();
$_REQUEST['action']='';
}
-
+
} else {
$strMessages = $strMessages._(("Nothing found"));
}
break;
-
-
+
+
case "search":
// $objLayer = $gpoMap->getlayerbyname($_POST[layer][0]);
$objLayer = $gpoMap->getlayerbyname('Msroads');
// print_r(str_replace(" ","+",$_REQUEST['searchvalue']));
-
+
if ($objLayer->queryByAttributes('ROUTENAME',str_replace(" ","+",$_REQUEST['searchvalue']),MS_SINGLE) ==MS_SUCCESS) {
-
+
$ResultCount=$objLayer->getNumResults();
-
+
$gbShowQueryResults = TRUE;
for ($i=0; $i < $ResultCount; $i++) {
$QueryResult=$objLayer->getResult($i);
@@ -170,21 +172,35 @@
// print_r ($Shape->values);
$oExtents=$Shape->bounds;
//print_r($oExtents);
+ // $layer2 = $gpoMap->getLayerByName('nobuffer');
+//$layer2->set("status", MS_ON);
+//$layer2->addFeature($Shape);
+
+$buffered_shape = $Shape->buffer(200);
+print_r($buffered_shape);
+//print_r($Shape);
+//$layer = $gpoMap->getLayerByName('buffer');
+//$layer->set("status", MS_ON);
+//$layer->addFeature($buffered_shape);
+
+$gpoMap->draw();
$objLayer->close();
+
+
$gpoMap->setextent($oExtents->minx-10,$oExtents->miny-10,$oExtents->maxx+10,$oExtents->maxy+10);
}
-
-
+
+
$objImage=$gpoMap->draw();
-
+
} else {
$strMessages = $strMessages._(("Not working"));
}
break;
-
-
-
-
+
+
+
+
}
$nClickPixX = NULL;
if(array_key_exists("mainmap_x", $_POST)) {
@@ -236,8 +252,8 @@
//TODO: add switch statement
switch($gszCommand) {
-
-
+
+
case "Point" :
$toolPoint->setChecked(true);
/**
@@ -260,7 +276,7 @@
$wktPolygon->toWkt()."', -1) limit 1";
//echo($strQuery);
$objResult = pg_query($strQuery);
-
+
break;
}
}
@@ -341,7 +357,7 @@
function distance(){
if (document.forms["mapform"].Frompoint.value != 0 &&
document.forms["mapform"].Topoint.value !=0){
-
+
}
}
</script>
@@ -481,7 +497,7 @@
<option value="394079,485975,575783,568638">Zarqa</option>
<option value="363277,569659,414272,625700">Irbed</option>
-
+
</select><br />
<SELECT name="MapSize" onChange="MapSizeSelected()" title="<?= _("Select the map size from the list.") ?>">
<OPTION><?= _("Map Size")?></OPTION>
@@ -506,7 +522,7 @@
</td>
</tr>
-
+
<tr><td style="text-align: center;"><img src="<?= $_SESSION["OrgLogo"]?>" border="0" /></td></tr>
</table>
</td>
@@ -572,7 +588,7 @@
?>">
<?= _("Identify") ?></a></td>
</tr>
-
+
<tr><td>
<img alt="print" src="images/icon_print.gif" ></td>
<td><a href="print.php?action=print&minx=<?= $gpoMap->extent->minx?>
Modified: trunk/ac/print.php
===================================================================
--- trunk/ac/print.php 2007-02-05 12:39:28 UTC (rev 40)
+++ trunk/ac/print.php 2007-02-05 12:41:33 UTC (rev 41)
@@ -1,9 +1,9 @@
<?php
/* RAPC -- Road Advertisement Panel Control
* print.php: Print functionality for map.
- *
*
- *
+ *
+ *
* Copyright (C) 2006 DC Water and Environment
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,9 +28,9 @@
$DcssPage = new DccssPage(basename(__FILE__));
-$strDirection = (0 == strncmp($_SESSION['language'],'ar', 2)) ? 'rtl' :
+$strDirection = (0 == strncmp($_SESSION['language'],'ar', 2)) ? 'rtl' :
'ltr';
-$date=date("F j, Y, g:i a");
+$date=date("F j, Y, g:i a");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd">
<html lang="<?= $_SESSION["language"] ?>">
@@ -40,22 +40,22 @@
<link rel="stylesheet" href="include/<?= $strDirection ?>.css" type="text/css" />
<meta http-equiv="content-type" content="text/xhtml; charset=UTF-8" />
</head>
-<body style="padding: 0px; margin: 0px; border: 0px; height: 18cm;"
- dir="<?= (0 == strncmp($_SESSION['language'],'ar', 2)) ? 'rtl' :
+<body style="padding: 0px; margin: 0px; border: 0px; height: 18cm;"
+ dir="<?= (0 == strncmp($_SESSION['language'],'ar', 2)) ? 'rtl' :
'ltr' ?>" >
-<table border="1" summary="Header" width="98%" height="4%" cellspacing="0"
+<table border="1" summary="Header" width="98%" height="4%" cellspacing="0"
cellpadding="0" >
<tr>
-
- <td width=5% align="middle" ><a style="vertical-align: left;"
- href="index.php?PHPSESSID=<?= session_id()?>"><img
+
+ <td width=5% align="middle" ><a style="vertical-align: left;"
+ href="index.php?PHPSESSID=<?= session_id()?>"><img
style="vertical-align: left; height=1cm;"
src="images/jordan.jpg" border="0" align="left" />
</a>
-
+
</td>
-
+
<td align="center">
<font size=1>
<p align="center"><?= _("Hashemite Kingdom of Jordan") ?></p>
@@ -65,21 +65,21 @@
<p align="middle"><?= _("Date:") ?><?php echo($date); ?></p>
</font>
</td>
-
+
</td>
- <td width=5% align="center" ><a style="vertical-align: left;"
- href="index.php?PHPSESSID=<?= session_id()?>"><img
+ <td width=5% align="center" ><a style="vertical-align: left;"
+ href="index.php?PHPSESSID=<?= session_id()?>"><img
style="vertical-align: left; height=1cm;"
src="images/mpwh.png" border="0" align="right" />
</a>
-
+
</td>
</tr>
</table>
<table border="1" summary="Map" width="98%" height="80%" cellspacing="0"
cellpadding="0" nowrap="nowrap">
<tr>
-
+
<td width="90%" height="80%" valign="top"> <?php
if ($_REQUEST['action']!='AC'){
$map_path="./";
@@ -91,18 +91,18 @@
}
$map->set("width", 1600);
$map->set("height", 1200);
-
+
setLayerAuthentication($map);
adjustScalebar($map);
-
-
+
+
$map->setextent($_REQUEST['minx'],$_REQUEST['miny'],$_REQUEST['maxx'],$_REQUEST['maxy']);
-
-
-
+
+
+
//Display the route lines
-
- /*
+
+ /*
$objLayer = $map->getlayerbyname('route');
$objLayer->set("status",MS_ON);
$objLayer = $map->getlayerbyname('collection');
@@ -110,22 +110,22 @@
$objLayer = $map->getlayerbyname('grid');
$objLayer->set("status", MS_OFF);
*/
-
+
$image=$map->draw();
$image=$map->drawquery();
$image2 = $map->embedLegend($image);
$image_url=$image->saveWebImage("MS_PNG", 1, 1, 0);
- $map->labelcache->free();
-
+ $map->labelcache->free();
+
// $image->free();
-
+
$img = $map->drawScaleBar();
$url = $img->saveWebImage($gImagesFmt, 0, 0, -1);
-
+
// $urlLegend = $legend->saveWebImage($gImagesFmt, 0, 0, -1);
}elseif($_REQUEST['action']=='AC'){
-
+
$map_path="./";
$map = ms_newMapObj($map_path.sprintf($_SESSION["strMapFile"],
substr($_SESSION['language'], 0, 2)));
@@ -135,23 +135,23 @@
}
$map->set("width", 1600);
$map->set("height", 1200);
-
+
setLayerAuthentication($map);
adjustScalebar($map);
-
+
$objLayer = $map->getlayerbyname('basemap');
-
- $strExp="([VILL_NO]=".$_REQUEST['vill_no']." and [BLOCK_NO]=".$_REQUEST['block']." AND [".$_REQUEST['fieldname']."]=".$_REQUEST['plot'].")";
+
+ $strExp="([VILL_NO]=".$_REQUEST['vill_no']." and [BLOCK_NO]=".$_REQUEST['block']." and [SECTOR_NO]=".$_REQUEST['sector']." AND [".$_REQUEST['fieldname']."]=".$_REQUEST['plot'].")";
if ($_REQUEST['block']!=0){
if (@$objLayer->queryByAttributes('VILL_NO',$strExp,MS_MULTIPLE) ==MS_SUCCESS) {
-
+
$minx=100000000;
$miny=100000000;
$maxx=0;
$maxy=0;
-
+
$ResultCount=$objLayer->getNumResults();
-
+
$gbShowQueryResults = TRUE;
for ($i=0; $i < $ResultCount; $i++) {
$QueryResult=$objLayer->getResult($i);
@@ -166,34 +166,34 @@
$miny=min($miny,$oExtents->miny);
$maxx=max($maxx,$oExtents->maxx);
$maxy=max($maxy,$oExtents->maxy);
-
+
//$map->setextent($oExtents->minx-100,$oExtents->miny-100,$oExtents->maxx+100,$oExtents->maxy+100);
}
-
+
$map->setextent($minx-50,$miny-50,$maxx+50,$maxy+50);
-
+
$image=$map->draw();
$image=$map->drawquery();
$image2 = $map->embedLegend($image);
$image_url=$image->saveWebImage("MS_PNG", 1, 1, 0);
- $map->labelcache->free();
-
+ $map->labelcache->free();
+
// $image->free();
-
+
$img = $map->drawScaleBar();
- $url = $img->saveWebImage($gImagesFmt, 0, 0, -1);
-
+ $url = $img->saveWebImage($gImagesFmt, 0, 0, -1);
+
}
-
-
-
+
+
+
}
}
-
+
?>
- <a href="index.php?PHPSESSID=<?= session_id()?>"><img src="<?=
+ <a href="index.php?PHPSESSID=<?= session_id()?>"><img src="<?=
$image_url ?>" alt="Workorder Map" style="width: 33cm; height: 25cm;"/></a>
-
+
</td>
<?php
if (($_REQUEST['vill_no']!=0) && ($_REQUEST['vill_no']!='')){
@@ -202,17 +202,17 @@
echo('<tr><td>Block No.:'.$_REQUEST['block'].'</td></tr>');
echo('<tr><td>Sector No.:'.$_REQUEST['sector'].'</td></tr>');
echo('<tr><td>Plot No.:'.$_REQUEST['plot'].'</td></tr>');
-
+
echo('</table></td>');}
?>
</tr>
-
+
<tr><td>
<table><tr><td><IMG SRC=<?=$url?> BORDER=0 ></td>
<td><img width=25 height=25 alt="North arrow" src="images/northarrow.png" ></td></tr></table></td>
-
+
</tr>
-
+
</table>
@@ -220,7 +220,7 @@
</html>
<?php
-
-
+
+
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|