Skip to content

Commit 02bacff

Browse files
committed
Update landing page
1 parent 5d400c8 commit 02bacff

19 files changed

Lines changed: 2305 additions & 79 deletions

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@
7373
"mcp__serena__write_memory",
7474
"Bash(rails test:*)",
7575
"mcp__serena__delete_memory",
76-
"mcp__serena__read_memory"
76+
"mcp__serena__read_memory",
77+
"Bash(python3:*)",
78+
"mcp__brave-search__brave_web_search",
79+
"mcp__sequential-thinking__sequentialthinking"
7780
],
7881
"deny": [],
7982
"ask": []

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
3. **Создать новое приложение** (нажмите "Create new application")
6262
4. **Выбрать тип "Bot"**
6363
5. **Заполнить форму:**
64-
- App title: "NoFluff Follower User Bot"
65-
- Short name: `nofluff_follower`
66-
- Description: "Follower user for NoFluff bot channel monitoring"
64+
- App title: "Без Шелухи Follower User Bot"
65+
- Short name: `bez_sheluhi_follower`
66+
- Description: "Follower user for Без Шелухи bot channel monitoring"
6767
6. **Получить `api_id` (цифры) и `api_hash` (символы)**
6868
7. **Добавить в `.env.local` файл**
6969

app/views/layouts/application.html.slim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
doctype html
22
html
33
head
4-
title NoFluff
4+
title Без Шелухи
55
meta charset="utf-8"
66
meta name="viewport" content="width=device-width, initial-scale=1"
77
= csrf_meta_tags
@@ -15,7 +15,7 @@ html
1515
header
1616
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark
1717
.container
18-
= link_to 'NoFluff Bot', '/', class: 'navbar-brand'
18+
= link_to 'Без Шелухи', '/', class: 'navbar-brand'
1919
.navbar-nav
2020
= link_to 'Solid Queue Dashboard', solid_queue_dashboard_path, class: 'nav-link'
2121

@@ -29,4 +29,4 @@ html
2929
= yield
3030

3131
footer
32-
p © 2024 NoFluff - Telegram Bot for Content Filtering
32+
p © 2024 Без Шелухи - Telegram Bot for Content Filtering

config/configs/no_fluff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# NoFluff application configuration
1+
# Без Шелухи application configuration
22
free_channels_limit: 10

config/initializers/bugsnag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Add context about the application
88
config.add_metadata(:app, {
9-
name: 'NoFluff Bot',
9+
name: 'Без Шелухи',
1010
environment: Rails.env,
1111
ruby_version: RUBY_VERSION,
1212
rails_version: Rails.version

config/locales/ru.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Russian locale file for NoFluff application
1+
# Russian locale file for Без Шелухи application
22

33
ru:
44
hello: "Привет мир"

docs/Architecture/c4-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Архитектура системы "Без шелухи" (NoFluff Bot)
1+
# Архитектура системы "Без шелухи" (AI-дайджестер)
22

33
Архитектура описана с использованием C4 Model (Context, Container, Component, Code).
44

@@ -26,11 +26,11 @@
2626

2727
```mermaid
2828
C4Context
29-
title System Context diagram для NoFluff Bot
29+
title System Context diagram для Без Шелухи
3030
3131
Person(user, "Пользователь Telegram", "Хочет получать важный контент из каналов без шелухи")
3232
33-
System(nofluff, "NoFluff Bot System", "Фильтрует контент из Telegram каналов, обнаруживает дубликаты, формирует персонализированные дайджесты")
33+
System(bez_sheluhi, "Без Шелухи System", "AI-дайджестер фильтрует контент из Telegram каналов, обнаруживает дубликаты, формирует персонализированные дайджесты")
3434
3535
System_Ext(telegram, "Telegram Bot API", "API для взаимодействия с Telegram")
3636
System_Ext(telegram_channels, "Telegram Channels", "Публичные Telegram каналы, за которыми следит бот")

0 commit comments

Comments
 (0)