Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
panrafal committed Dec 21, 2012
1 parent f7829ff commit e7aa389
Show file tree
Hide file tree
Showing 10 changed files with 490 additions and 284 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ thumbs.db
/depends/stamina.lib_0.7
/depends/Lib
/doc/html
/doc/*.chm
/debug
/output
/release
/source
/temp
/test

Binary file modified Publish/___trunk/install-welcome.bmp
Binary file not shown.
Binary file added Publish/___trunk/install.ico
Binary file not shown.
Binary file added Publish/get_version.exe
Binary file not shown.
759 changes: 480 additions & 279 deletions Publish/updater/domxml-php4-to-php5.php

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ Kod udostępniony jest na licencji Mozilla (MPL). Jej treść znajdziecie w plik
## Disclaimer

This is a legacy project, published mainly for amusement. And partly for those, that are still using the Konnekt IM. It's terribly outdated, and was never designed for open source . Keep this in mind, please.

[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/bf1be781c6854377b94012a36ca23f22 "githalytics.com")](http://githalytics.com/Konnekt/konnekt)
6 changes: 3 additions & 3 deletions publish/konnekt.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function getVersion($file , $type = 'n')
}

$VERSION = getVersion("__main\\konnekt.exe", 't');
$OUTDIR = "s:/home/konnekt/files/download/";
$OUTDIR = "s:/home/konnekt/public_html/download/";
$BASEDIR = dirname(__FILE__);
// --------------

Expand All @@ -22,8 +22,8 @@ function getVersion($file , $type = 'n')
passthru (NSIS_DIR." /DoutDir=$OUTDIR /DnoExtra /DbaseDir=$BASEDIR\\___trunk /DPRODUCT_VERSION=".$VERSION." ___trunk\\konnekt.nsi");
//passthru (NSIS_DIR." /DoutDir=$OUTDIR /DnoExtra /DActio /DbaseDir=$BASEDIR\\___trunk /DPRODUCT_VERSION=".$VERSION." ___trunk\\konnekt.nsi");
//passthru (NSIS_DIR." /DoutDir=$OUTDIR /DoutName=actio_full_ /DnoExtra /DActio /DbaseDir=$BASEDIR\\___trunk /DPRODUCT_VERSION=".$VERSION." ___trunk\\konnekt.nsi");
passthru (NSIS_DIR." /DoutDir=$OUTDIR /DoutName=actio_ /DnoPlugs /DnoExtra /DActio /DbaseDir=$BASEDIR\\___trunk /DPRODUCT_VERSION=".$VERSION." ___trunk\\konnekt.nsi");
passthru (NSIS_DIR." /DoutDir=$OUTDIR /DoutName=mini_ /DnoPlugs /DnoExtra /DbaseDir=$BASEDIR\\___trunk /DPRODUCT_VERSION=".$VERSION." ___trunk\\konnekt.nsi ");
//passthru (NSIS_DIR." /DoutDir=$OUTDIR /DoutName=actio_ /DnoPlugs /DnoExtra /DActio /DbaseDir=$BASEDIR\\___trunk /DPRODUCT_VERSION=".$VERSION." ___trunk\\konnekt.nsi");
//passthru (NSIS_DIR." /DoutDir=$OUTDIR /DoutName=mini_ /DnoPlugs /DnoExtra /DbaseDir=$BASEDIR\\___trunk /DPRODUCT_VERSION=".$VERSION." ___trunk\\konnekt.nsi ");

//passthru (NSIS_DIR." /DoutDir=$OUTDIR /DActio /DnoExtra /DoutName=actio_ /DPRODUCT_VERSION=".$VERSION." konnekt.nsi ");

Expand Down
2 changes: 2 additions & 0 deletions publish/updater/kU-config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if (@$optOld) {
// $optRebuild = true;
}

$DATA_DIR = 's:/home/konnekt/public_html/update/data/';

$UPDATE_URL = "";
//$UPDATE_URL = "http://test.konnekt.info/update/";

Expand Down
2 changes: 1 addition & 1 deletion publish/updater/konnekt-basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

define('DIR' , '..\\');

$DATA_DIR = 's:/home/konnekt/update/data/basic/';
$DATA_DIR .= 'basic/';
//$DATA_DIR = 'data/';
$BACKUP_DIR = 'backup/';

Expand Down
1 change: 0 additions & 1 deletion publish/updater/konnekt-trunk.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

define('DIR' , '..\\___trunk\\');

$DATA_DIR = 's:/home/konnekt/update/data/';
//$DATA_DIR = 'data/';
$BACKUP_DIR = 'backup/';

Expand Down

0 comments on commit e7aa389

Please sign in to comment.