Updated for configuration

This commit is contained in:
Dimitris Zlatanidis 2023-06-12 20:38:47 +03:00
parent accc190786
commit a2ccd853ad
5 changed files with 49 additions and 37 deletions

View file

@ -7,9 +7,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for Screenshots">
<change afterPath="$PROJECT_DIR$/docs/cli_usage/index.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/docs/how_to_start/index.md" afterDir="false" />
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for usage">
<change afterPath="$PROJECT_DIR$/docs/configuration/index.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/docs/configuration/multilib.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/mkdocs.yml" beforeDir="false" afterPath="$PROJECT_DIR$/mkdocs.yml" afterDir="false" />
@ -83,13 +83,6 @@
<option name="presentableId" value="Default" />
<updated>1670414596656</updated>
</task>
<task id="LOCAL-02174" summary="Updated for repositories">
<created>1686563032041</created>
<option name="number" value="02174" />
<option name="presentableId" value="LOCAL-02174" />
<option name="project" value="LOCAL" />
<updated>1686563032041</updated>
</task>
<task id="LOCAL-02175" summary="Updated for repositories">
<created>1686563058544</created>
<option name="number" value="02175" />
@ -426,7 +419,14 @@
<option name="project" value="LOCAL" />
<updated>1686590374797</updated>
</task>
<option name="localTasksCounter" value="2223" />
<task id="LOCAL-02223" summary="Updated for usage">
<created>1686590735604</created>
<option name="number" value="02223" />
<option name="presentableId" value="LOCAL-02223" />
<option name="project" value="LOCAL" />
<updated>1686590735605</updated>
</task>
<option name="localTasksCounter" value="2224" />
<servers />
</component>
<component name="Vcs.Log.History.Properties">
@ -465,7 +465,6 @@
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="Updated for paypal image" />
<MESSAGE value="Updated for logo" />
<MESSAGE value="Added image" />
<MESSAGE value="Updated for images" />
@ -490,6 +489,7 @@
<MESSAGE value="Updated for side" />
<MESSAGE value="Updated for about" />
<MESSAGE value="Updated for Screenshots" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for Screenshots" />
<MESSAGE value="Updated for usage" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for usage" />
</component>
</project>

View file

@ -0,0 +1,27 @@
### Configuration
There are four configuration files.
The general configuration file:
```
/etc/slpkg/slpkg.toml
General configuration of slpkg
```
The repositories configuration file that you can setting about repositories:
```
/etc/slpkg/repositories.toml
Repositories configuration
```
In the blacklist file that you can add files to be ignored:
```
/etc/slpkg/blacklist.toml
Blacklist of packages
```
The rules configuration is about to manage some specials files:
```
/etc/slpkg/rules.toml
Rules of packages.
```

View file

@ -0,0 +1,6 @@
### Multilib
Slackware for x86_64 - multilib packages & install instructions:
Please read the file <a href="https://gitlab.com/dslackw/slpkg/-/raw/master/filelists/multilib/README" target="_blank">README</a>
you will find in the folder <a href="https://gitlab.com/dslackw/slpkg/-/tree/master/filelists/multilib" target="_blank">multlib</a>

View file

@ -10,22 +10,6 @@ Slpkg works in accordance with the standards of the <a href="https://www.slackbu
It also uses the Slackware Linux instructions for installing, upgrading or removing packages.
### Configuration
```
/etc/slpkg/slpkg.toml
General configuration of slpkg
/etc/slpkg/repositories.toml
Repositories configuration
/etc/slpkg/blacklist.toml
Blacklist of packages
/etc/slpkg/rules.toml
Rules of packages.
```
### Recommended
Stay always updated, see my other project SUN [(Slackware Update Notifier)](https://gitlab.com/dslackw/sun)
@ -36,14 +20,6 @@ Stay always updated, see my other project SUN [(Slackware Update Notifier)](http
The majority of trials have been made in Slackware x86_64 'stable' environment.
### Multilib
Slackware for x86_64 - multilib packages & install instructions:
Please read the file <a href="https://gitlab.com/dslackw/slpkg/-/raw/master/filelists/multilib/README" target="_blank">README</a>
you will find in the folder <a href="https://gitlab.com/dslackw/slpkg/-/tree/master/filelists/multilib" target="_blank">multlib</a>
### Donate
⬇ Did you know that we developers love coffee? Please, treat me to a coffee ☕ !

View file

@ -14,6 +14,9 @@ nav:
- How to start:
- CLI Usage: 'cli_usage/index.md'
- Examples: 'how_to_start/index.md'
- Configuration:
- Files: 'configuration/index.md'
- Multilib: 'configuration/multilib.md'
- Install: 'install.md'
- Repositories: 'repositories.md'
- Issues: 'issues.md'