Closed Colin-XKL closed 2 weeks ago
This PR updates the RSSmanX project documentation and configuration files, focusing on improving clarity, adding new features, and updating the proxy configuration. The changes include a reorganized component comparison table, addition of new RSS-related services (WEWE-RSS and FeedCraft), and updates to the clash configuration with new proxy providers.
classDiagram
class RSSmanX {
+TTRSS
+RSSHub
+Huginn
+Mercury
+OpenCC
+Redis
+Browserless
+WEWE_RSS
+FeedCraft
}
class TTRSS {
+readRSS()
+manageRSS()
}
class RSSHub {
+addRSSSupport()
}
class Huginn {
+generateRSS()
}
class Mercury {
+extractFullText()
}
class OpenCC {
+convertChinese()
}
class Redis {
+cacheContent()
}
class Browserless {
+simulateBrowser()
}
class WEWE_RSS {
+generateRSSFromWeChat()
}
class FeedCraft {
+processRSS()
+summarizeAI()
+translate()
+aggregate()
}
RSSmanX --> TTRSS
RSSmanX --> RSSHub
RSSmanX --> Huginn
RSSmanX --> Mercury
RSSmanX --> OpenCC
RSSmanX --> Redis
RSSmanX --> Browserless
RSSmanX --> WEWE_RSS
RSSmanX --> FeedCraft
Change | Details | Files |
---|---|---|
Reorganized and enhanced the component comparison documentation |
|
README-zh_cn.md |
Added new RSS processing services to the Ultimate version |
|
rssman-ultimate/docker-compose.yml |
Updated proxy configuration and simplified provider setup |
|
rssman-ultimate/config.yaml rssman-ultimate/docker-compose.yml |
Improved installation and configuration documentation |
|
README-zh_cn.md |
Summary by Sourcery
Update the Chinese README to correct a typo and enhance component descriptions. Add new components WEWE RSS and FeedCraft to the documentation. Update the docker-compose configuration for the ultimate version to include new services and improve logging. Revise the clash configuration to use a new proxy provider and update the version.
Enhancements:
Documentation: