• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A D package containing my single-file modules


Commit MetaInfo

修訂733867abae8680d647c894ddf1d14a12dc007e80 (tree)
時間2023-07-13 13:05:26
作者nemophila <stigma+osdn@disr...>
Commiternemophila

Log Message

all: Move to codeberg.

OSDN has been playing up over the last few months (website timing out on
every other page, repository information not being available, etc.), so
I'm moving primary development over to codeberg.org. OSDN will remain a
mirror so long as the site works.

Signed-off-by: nemophila <stigma+osdn@disroot.org>

Change Summary

差異

--- a/README
+++ b/README
@@ -1,6 +1,6 @@
11 ... a collection of personal modules for the D Programming Language.
22
3-This file was last updated 11. March 2023
3+This file was last updated 13. July 2023
44
55 There files here are just the ones that I'm commonly copying from one of my
66 projects to another. The purpose is more to provide a central location that
@@ -31,8 +31,6 @@ Contains a simple API for retrieving the "common directories" for your operating
3131 system. For example, on Linux (and most other POSIX systems) DIRECTORIES will
3232 use the XDG Base Directory Specification.
3333
34-* This module only compiles under 'Posix' as defined by the D compiler.
35-
3634
3735 TRASH
3836
--- a/source/mlib/cni.d
+++ b/source/mlib/cni.d
@@ -21,9 +21,9 @@
2121 *
2222 * * `core`: 29/29, `ini`: compliant, `ext`: more-keys
2323 *
24- * Author: nemophila
24+ * Author: Mio
2525 * Date:
26- * Homepage: https://osdn.net/users/nemophila/pf/mlib
26+ * Homepage: https://codeberg.org/supercell/mlib
2727 * License: 0BSD
2828 * Standards: [CNI] 0.1.0
2929 * Version: 0.1.0
--- a/source/mlib/configparser.d
+++ b/source/mlib/configparser.d
@@ -32,9 +32,9 @@
3232 * conf.set("Program Settings", "CONFIG_PATH", "/home/user/.local/config");
3333 * ---
3434 *
35- * Authors: nemophila
35+ * Authors: Mio
3636 * Date: 2023-03-19
37- * Homepage: https://osdn.net/users/nemophila/pf/mlib
37+ * Homepage: https://codeberg.org/supercell/mlib
3838 * License: 0BSD
3939 * Version: 0.4
4040 *
--- a/source/mlib/directories.d
+++ b/source/mlib/directories.d
@@ -45,10 +45,10 @@
4545 *
4646 * This module supports D version greater than or equal to 2.076.0.
4747 *
48- * Authors: nemophila
49- * Date: March 6, 2023
50- * Homepage: https://osdn.net/users/nemophila/pf/mlib
51- * License: $(LINK2 https://osdn.net/users/nemophila/pf/mlib/scm/blobs/trunk/LICENSE, 0BSD)
48+ * Authors: Mio
49+ * Date: July 13, 2023
50+ * Homepage: https://codeberg.org/supercell/mlib
51+ * License: $(LINK2 https://codeberg.org/supercell/mlib/src/branch/trunk/LICENSE, 0BSD)
5252 * Standards:
5353 * $(UL
5454 * $(LI $(LINK2 https://specifications.freedesktop.org/basedir-spec/0.8/, XDG Base Directory Specification 0.8))
--- a/source/mlib/trash.d
+++ b/source/mlib/trash.d
@@ -17,9 +17,9 @@
1717 * Supports POSIX (XDG Specification) and Windows. Proper support for
1818 * macOS will be implemented in a future version.
1919 *
20- * Authors: nemophila
20+ * Authors: Mio
2121 * Date: April 05, 2023
22- * Homepage: https://osdn.net/users/nemophila/pf/mlib
22+ * Homepage: https://codeberg.org/supercell/mlib
2323 * License: 0BSD
2424 * Standards: The FreeDesktop.org Trash Specification 1.0
2525 * Version: 0.3.0