Skip to content

Commit

Permalink
301 Moved Permanently
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Apr 29, 2022
1 parent d486cf1 commit 7aa5090
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 31 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
updates2.dau
ghost/master/profile/
ghost/master/var/
ghost/master/updates2.dau
Expand Down
8 changes: 8 additions & 0 deletions developer_options.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.git\,noupdate,nonar
.gitignore,noupdate,nonar
updates2.dau,noupdate,nonar
developer_options.txt,noupdate,nonar
ghost\master\dnproxy_debug.dll,noupdate,nonar
ghost\master\*.bak,noupdate,nonar
ghost\master\updates2.dau,noupdate,nonar
ghost\master\user.dll,noupdate,nonar
4 changes: 2 additions & 2 deletions ghost/master/descript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ balloon,cypress
shiori,dnproxy.dll
sstp.allowunspecifiedsend,0
craftman,Don
craftmanurl,http://sosiremi.appspot.com/ghost/crawler_uploader/
homeurl,http://sosiremi.appspot.com/ghost/crawler_uploader/
craftmanurl,https://github.com/nikolat/crawler_uploader
homeurl,https://raw.githubusercontent.com/nikolat/crawler_uploader/master/
25 changes: 5 additions & 20 deletions ghost/master/src/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,24 +310,9 @@ public string OnRSSComplete()
string day = _datea.Length > 2 ? _datea[2] : "";
content = "[" + month + "/" + day + "]" + title;
}
// for sirefaso
if (this.reference(0).StartsWith("SiReFaSo"))
{
value += @"\_a[" + url + @"]"
+ SHIORI3FW.EscapeAllTags(AYATemplate.MakeJustText(content, 40))
+ @"\_a";
if (this.s.installedghostlist.Contains(title))
{
value += @" \__q[GOYAUTIL_InstallCallWithC," + AYATemplate.EscapeText(title) + @"]♪\__q";
}
value += @"\n";
}
else
{
value += @"\_a[" + url + @"]"
+ SHIORI3FW.EscapeAllTags(AYATemplate.MakeJustText(content, 46))
+ @"\_a\n";
}
value += @"\_a[" + url + @"]"
+ SHIORI3FW.EscapeAllTags(AYATemplate.MakeJustText(content, 46))
+ @"\_a\n";
}
value += @"\_n\n\n[half]";
value += AYATemplate.MenuItem("open browser", this.reference(1)) + @"\n";
Expand Down Expand Up @@ -662,15 +647,15 @@ public string OnMinuteChange()
value = @"\1\s[100]\0\s[0]" + now.Hour + @"時だ。\_w[500]巡回にいってくるね。\_w[500]\s[999]\_w[500]\1\s[105]いってらっしゃい。\e";
break;
case 3:
string headlinename = "SiReFaSo - 伺かゴースト更新フィード";
string headlinename = "偽SiReFaSo";
if (this.s.installedheadlinelist.Contains(headlinename))
{
value = @"\1\s[100]\0\s[0]更新状況だよ。\_w[500]\![execute,headline," + headlinename + @"]\e";
}
else
{
value = @"\1\s[100]\0\s[0]%username、\_w[500]\s[5]ボクのフィードを購読してみない?\n\n[half]\_w[500]\_q"
+ AYATemplate.MenuItem("購読する", "InstallRSS", "http://sirefaso.appspot.com/update.atom") + @"\n"
+ AYATemplate.MenuItem("購読する", "InstallRSS", "http://nikolat.starfree.jp/sirefaso/rss2.xml") + @"\n"
+ AYATemplate.MenuItem("遠慮しとく", "Menu_CANCEL") + @"\e";
}
break;
Expand Down
12 changes: 5 additions & 7 deletions ghost/master/src/Resource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public string MakeResponse()
// network update
public string homeurl()
{
return "http://sosiremi.appspot.com/ghost/crawler_uploader/";
return "https://raw.githubusercontent.com/nikolat/crawler_uploader/master/";
}
public string useorigin1()
{
Expand Down Expand Up @@ -91,11 +91,11 @@ public string sakura_recommendsites()
{
string value = "";
List<string[]> sites = new List<string[]>();
sites.Add(new string[] { "SiReFaSo - 伺かゴースト更新フィード", "http://sirefaso.appspot.com/", "sirefaso.png" });
sites.Add(new string[] { "SoSiReMi - 伺かアップローダー", "http://sosiremi.appspot.com/", "-" });
sites.Add(new string[] { "偽SiReFaSo", "http://nikolat.starfree.jp/sirefaso/", "-" });
sites.Add(new string[] { "偽SoSiReMi", "http://nikolat.starfree.jp/sosiremi/", "-" });
sites.Add(new string[] { "-", "-", "-" });
sites.Add(new string[] { "narをアップするところ", "http://narup.if.land.to/sr_data.cgi", "nar_up.pnr" });
sites.Add(new string[] { "パン耳手帳", "http://www.s-ht.com/~pan/", "viprpg.png" });
sites.Add(new string[] { "パン耳手帳", "", "viprpg.png" });
foreach (string[] site in sites)
{
value += string.Join("\x01", site) + "\x01\x02";
Expand All @@ -106,11 +106,9 @@ public string kero_recommendsites()
{
string value = "";
List<string[]> sites = new List<string[]>();
sites.Add(new string[] { "MDN Web Docs", "https://developer.mozilla.org/en-US/", "-" });
sites.Add(new string[] { "World Wide Web Consortium (W3C)", "http://www.w3.org/", "-" });
sites.Add(new string[] { "-", "-", "-" });
sites.Add(new string[] { "Studying HTTP", "http://www.studyinghttp.net/", "-" });
sites.Add(new string[] { "W3G - World Wide Web Guide", "http://w3g.jp/", "-" });
sites.Add(new string[] { "HTML5.JP", "http://www.html5.jp/", "-" });
sites.Add(new string[] { "The Web KANZAKI", "http://www.kanzaki.com/", "-" });
foreach (string[] site in sites)
{
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
========================================================================
【ソフト名称】クローラ&ロダ
【 制 作 者 】Don
【 動作環境 】WindowsVista/SP2 + SSP/2.3.14
【 動作環境 】Windows 10 21H2 + SSP/2.5.92
【 タ イ プ 】「伺か」用ゴースト
【 取扱種別 】フリーウェア
【 配布月日 】2011/04/16
Expand Down
57 changes: 57 additions & 0 deletions updates2.dau
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
ghost/master/Ukagaka.NET.Interfaces.dll779aa9d7498b66ab303f215a334dff86size=16384date=2008-06-20T13:58:40charset=Shift_JIS
ghost/master/banner/disc_2.gif7d63dcabe97b3fd647014eb68b1425c2size=4363date=2011-04-23T16:47:24
ghost/master/banner/nar_up.pnrb6274df8e4c63842773cbcc957de1422size=6825date=2011-04-23T16:47:24
ghost/master/banner/sirefaso.png7f6b2d378280cd8c5417b28dbf7e69fdsize=2285date=2011-04-23T16:47:24
ghost/master/banner/viprpg.png76a33ca50513d49069a771a5647112aasize=6199date=2011-04-23T16:47:24
ghost/master/descript.txt669a6a31a1bc89301225f1314f62a5e7size=327date=2022-04-29T09:38:12
ghost/master/dnproxy.dllc5b22092ed2e14ca0fbf552596151a0fsize=28672date=2008-06-22T19:57:08
ghost/master/dnproxy.dll.config509cecde3a35c2e44dffab0d75559698size=1514date=2011-04-10T14:22:44
ghost/master/dnproxy.ini8b13975be5e76dd6c0f342a2083431besize=2738date=2011-04-16T08:30:28
ghost/master/dnutil.dll4171584d497906b66bed9f8b1e1a1936size=32768date=2008-06-23T00:03:24
ghost/master/icon.icodaaf61d1d668608459ecc5494a46ce60size=7406date=2011-04-14T20:32:22
ghost/master/src/Event.csc22eff1c76600c9d3488008c5a2ab432size=28609date=2022-04-29T09:19:59
ghost/master/src/EventBase.cs298e12e6ea3be28167068ac2998c8f55size=3979date=2011-05-23T22:51:52
ghost/master/src/Notify.cs9161ebe422bf3917fb8f49edf41d0198size=1413date=2011-04-20T20:48:28
ghost/master/src/Resource.csfc042afb9f49eff4b97ef6c0ad6692ddsize=3349date=2022-04-29T09:43:36
ghost/master/src/Shiori.csee31e75cfef4591805e050090971f6f8size=11187date=2012-09-09T10:31:50
ghost/master/src/events/OnAnchorSelect.cs613898328dcb11e87f4d3ec0c5806674size=232date=2011-04-23T16:47:24
ghost/master/src/events/OnChoiceSelect.cse0f827f667674339d83653cb13cc3098size=487date=2011-04-23T16:47:24
ghost/master/src/events/OnChoiceSelectEx.cs7756c02426a4d0f6b6559b2380a4720csize=836date=2011-05-23T22:33:22
ghost/master/src/events/OnKeyPress.cs50ab3e0359b14234bb1ff50cc765f653size=431date=2011-04-23T16:47:24
ghost/master/src/events/OnMouseDoubleClick.csa21070f4b122ffe4becb5a6caad245f2size=4531date=2013-03-02T14:22:52
ghost/master/src/events/OnMouseMove.cs1edaf2e813e1ee9f5096a583787017a2size=3771date=2013-03-02T14:20:28
ghost/master/src/events/OnUserInput.cs150b2e1ac2d1bb3e93fbec62ca3aef08size=226date=2011-04-23T16:47:24
install.txt66817a93a949c5afbd4385137fe51cffsize=83date=2011-04-10T12:09:06
readme.txt70dff4b045b5185d49f8318b40859c6asize=2370date=2022-04-29T09:46:03
shell/master/descript.txt43f428ac2e80eacca14f8f061b8c6564size=1823date=2012-07-28T14:51:50
shell/master/element-chrome.png415f0f1a548aacd08fc70370a45c94d9size=2300date=2012-07-28T15:18:12
shell/master/element-firefox.pngce7e11ae4a5dc3ce518d87262bbb4ea9size=2944date=2012-07-28T15:18:28
shell/master/element-ie.pngc7efb2a6944f1d0e49d5f846dea057desize=2464date=2012-07-28T15:18:42
shell/master/element-opera.png49af16d937953b205c551b91700e8f5csize=1752date=2012-07-28T15:18:54
shell/master/element-safari.png91f10c757edaa747df338d7eb01e7a75size=2658date=2012-07-28T15:19:06
shell/master/element0000.png9e5f78b20222e7c1491a3a9b337180adsize=151date=2011-04-13T20:17:36
shell/master/element0001.png8fe11abb65725976b1324598b5aab70bsize=24467date=2011-01-16T01:27:26
shell/master/element0002.png73880f60e6fd931d789882ea9612bbc3size=24052date=2011-01-16T01:33:56
shell/master/element0003.pngc64801bebedc25b0f8303f3c46942994size=24002date=2011-01-16T01:28:22
shell/master/element0004.png9d8a086b9ef08f7ef1637555aa5d0f1csize=23125date=2011-01-16T01:28:42
shell/master/element0005.png888ec2d0bc3595baddf5a116d452b124size=23277date=2011-01-16T01:29:00
shell/master/element0006.pngd94d042409e9b36c705abfc964d5e057size=23187date=2011-01-16T01:29:14
shell/master/element0007.png8e63c3be457e43d125dbc9f2c13db75dsize=24067date=2011-01-16T01:29:58
shell/master/element0008.pngbf100d3f44b31901ac4a30a8815d72f6size=23226date=2011-01-16T01:29:34
shell/master/element0101.pngcd29f7d06b65c857c2791d0d1284dc35size=24434date=2011-04-10T15:02:26
shell/master/element0102.png35313654a59f7f261dc73cd4b5cc7044size=24071date=2011-04-10T15:02:42
shell/master/element0103.png6a1aa7fd1773ec3fb2364fc09105a0casize=24006date=2011-04-10T15:02:56
shell/master/element0104.pngaf5ba7051dd64df6a42ea7e8fd7bf04csize=23121date=2011-04-10T15:03:28
shell/master/element0105.pngefe5e57208a82f31757e68d5c4e84ea0size=23221date=2011-04-10T15:03:48
shell/master/element0106.png39301207281aa6673a9a10c69b220fa9size=23180date=2011-04-10T15:04:06
shell/master/element0107.png66f326d3ecedc21099d132c9e8d1a314size=24065date=2011-04-10T15:04:20
shell/master/element0109.png8eb65167a1a5f35bff487a8ce0cd5621size=23653date=2011-04-10T15:04:32
shell/master/menu_background.png33f58af0ec7cf01b66a98190cad8964asize=153date=2011-04-14T19:22:10
shell/master/menu_foreground.png7ac3b0b65fee4435b7b92ac1f0cc808bsize=153date=2011-04-14T19:22:28
shell/master/menu_sidebar.pngcbef0abd5d83b380c2ebfb1106e6a60bsize=102date=2011-04-14T19:23:46
shell/master/readme.txtd93215929fd2e89747cf5c453277bc74size=416date=2012-07-28T14:58:52
shell/master/surface0.png75d67f151204edf2624acb37b4a35566size=96500date=2011-01-16T01:02:16
shell/master/surface10.png186d7389b8abc9802444e7234af152b2size=94213date=2011-04-10T14:29:04
shell/master/surfaces.txt5d609f01d3a3926cfbce71b2a5caeeefsize=9972date=2012-07-28T14:46:26
shell/master/surfacetable.txtdc6cb42e0031d4bccb9742e459161565size=498date=2012-07-28T15:02:56
thumbnail.pngff4142aae1c8e05fde0fec1394680dd3size=12830date=2011-04-15T21:43:56

0 comments on commit 7aa5090

Please sign in to comment.